#[repr(C)]pub struct IMPORT_OBJECT_HEADER_u(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for IMPORT_OBJECT_HEADER_u
impl Clone for IMPORT_OBJECT_HEADER_u
Source§fn clone(&self) -> IMPORT_OBJECT_HEADER_u
fn clone(&self) -> IMPORT_OBJECT_HEADER_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 IMPORT_OBJECT_HEADER_u
Auto Trait Implementations§
impl Freeze for IMPORT_OBJECT_HEADER_u
impl RefUnwindSafe for IMPORT_OBJECT_HEADER_u
impl Send for IMPORT_OBJECT_HEADER_u
impl Sync for IMPORT_OBJECT_HEADER_u
impl Unpin for IMPORT_OBJECT_HEADER_u
impl UnwindSafe for IMPORT_OBJECT_HEADER_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