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