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