#[repr(C)]
pub union IMPORT_OBJECT_HEADER_0 {
pub Ordinal: u16,
pub Hint: u16,
}
Fields§
§Ordinal: u16
§Hint: u16
Trait Implementations§
§impl Clone for IMPORT_OBJECT_HEADER_0
impl Clone for IMPORT_OBJECT_HEADER_0
impl Copy for IMPORT_OBJECT_HEADER_0
Auto Trait Implementations§
impl RefUnwindSafe for IMPORT_OBJECT_HEADER_0
impl Send for IMPORT_OBJECT_HEADER_0
impl Sync for IMPORT_OBJECT_HEADER_0
impl Unpin for IMPORT_OBJECT_HEADER_0
impl UnwindSafe for IMPORT_OBJECT_HEADER_0
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