#[repr(C)]pub struct NT_TIB32_u(/* private fields */);
Implementations§
Source§impl NT_TIB32_u
impl NT_TIB32_u
Trait Implementations§
Source§impl Clone for NT_TIB32_u
impl Clone for NT_TIB32_u
Source§fn clone(&self) -> NT_TIB32_u
fn clone(&self) -> NT_TIB32_u
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for NT_TIB32_u
Auto Trait Implementations§
impl Freeze for NT_TIB32_u
impl RefUnwindSafe for NT_TIB32_u
impl Send for NT_TIB32_u
impl Sync for NT_TIB32_u
impl Unpin for NT_TIB32_u
impl UnwindSafe for NT_TIB32_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