Struct win_sys::SystemServices::IMPORT_OBJECT_HEADER
source · [−]#[repr(C)]pub struct IMPORT_OBJECT_HEADER {
pub Sig1: u16,
pub Sig2: u16,
pub Version: u16,
pub Machine: u16,
pub TimeDateStamp: u32,
pub SizeOfData: u32,
pub Anonymous: IMPORT_OBJECT_HEADER_0,
pub _bitfield: u16,
}Expand description
Required features: ‘Win32_System_SystemServices’
Fields
Sig1: u16Sig2: u16Version: u16Machine: u16TimeDateStamp: u32SizeOfData: u32Anonymous: IMPORT_OBJECT_HEADER_0_bitfield: u16Trait Implementations
sourceimpl Clone for IMPORT_OBJECT_HEADER
impl Clone for IMPORT_OBJECT_HEADER
sourcepub fn clone(&self) -> IMPORT_OBJECT_HEADER
pub fn clone(&self) -> IMPORT_OBJECT_HEADER
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for IMPORT_OBJECT_HEADER
impl Default for IMPORT_OBJECT_HEADER
sourcepub fn default() -> IMPORT_OBJECT_HEADER
pub fn default() -> IMPORT_OBJECT_HEADER
Returns the “default value” for a type. Read more
impl Copy for IMPORT_OBJECT_HEADER
impl Eq for IMPORT_OBJECT_HEADER
Auto Trait Implementations
impl RefUnwindSafe for IMPORT_OBJECT_HEADER
impl Send for IMPORT_OBJECT_HEADER
impl Sync for IMPORT_OBJECT_HEADER
impl Unpin for IMPORT_OBJECT_HEADER
impl UnwindSafe for IMPORT_OBJECT_HEADER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more