#[repr(C, packed(2))]
pub union IMAGE_RELOCATION_0 {
pub VirtualAddress: u32,
pub RelocCount: u32,
}
Expand description
Required features: "Win32_System_SystemServices"
Fields
VirtualAddress: u32
RelocCount: u32
Trait Implementations
impl Clone for IMAGE_RELOCATION_0
impl Clone for IMAGE_RELOCATION_0
impl Copy for IMAGE_RELOCATION_0
Auto Trait Implementations
impl RefUnwindSafe for IMAGE_RELOCATION_0
impl Send for IMAGE_RELOCATION_0
impl Sync for IMAGE_RELOCATION_0
impl Unpin for IMAGE_RELOCATION_0
impl UnwindSafe for IMAGE_RELOCATION_0
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