Struct libbismuth_sys::BisHugger
source · #[repr(C)]pub struct BisHugger { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BisHugger
impl RefUnwindSafe for BisHugger
impl !Send for BisHugger
impl !Sync for BisHugger
impl !Unpin for BisHugger
impl UnwindSafe for BisHugger
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