Struct windows_sys::Win32::System::SystemServices::IMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION
[−]#[repr(C, packed(1))]pub struct IMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION {
pub _bitfield: u32,
}
Expand description
Required features: "Win32_System_SystemServices"
Fields
_bitfield: u32
Trait Implementations
impl Copy for IMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION
Auto Trait Implementations
impl RefUnwindSafe for IMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION
impl Send for IMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION
impl Sync for IMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION
impl Unpin for IMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION
impl UnwindSafe for IMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION
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