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