Union win_sys::SystemServices::IMAGE_RELOCATION_0 [−][src]
#[repr(C, packed(2))]
pub union IMAGE_RELOCATION_0 {
pub VirtualAddress: u32,
pub RelocCount: u32,
}Expand description
Required features: Win32_System_SystemServices
Fields
VirtualAddress: u32RelocCount: u32Trait Implementations
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more