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