Struct libbismuth_sys::BisHuggerPage
source · #[repr(C)]pub struct BisHuggerPage { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BisHuggerPage
impl RefUnwindSafe for BisHuggerPage
impl !Send for BisHuggerPage
impl !Sync for BisHuggerPage
impl !Unpin for BisHuggerPage
impl UnwindSafe for BisHuggerPage
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more