Struct windows_sys::Win32::System::SystemServices::IMAGE_IMPORT_BY_NAME
[−]Expand description
Required features: "Win32_System_SystemServices"
, "Win32_Foundation"
Fields
Hint: u16
Name: [CHAR; 1]
Trait Implementations
impl Clone for IMAGE_IMPORT_BY_NAME
impl Clone for IMAGE_IMPORT_BY_NAME
impl Copy for IMAGE_IMPORT_BY_NAME
Auto Trait Implementations
impl RefUnwindSafe for IMAGE_IMPORT_BY_NAME
impl Send for IMAGE_IMPORT_BY_NAME
impl Sync for IMAGE_IMPORT_BY_NAME
impl Unpin for IMAGE_IMPORT_BY_NAME
impl UnwindSafe for IMAGE_IMPORT_BY_NAME
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more