Struct win_sys::SystemServices::IMAGE_RELOCATION [−][src]
#[repr(C, packed(2))]pub struct IMAGE_RELOCATION {
pub Anonymous: IMAGE_RELOCATION_0,
pub SymbolTableIndex: u32,
pub Type: u16,
}Expand description
Required features: Win32_System_SystemServices
Fields
Anonymous: IMAGE_RELOCATION_0SymbolTableIndex: u32Type: u16Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for IMAGE_RELOCATION
impl Send for IMAGE_RELOCATION
impl Sync for IMAGE_RELOCATION
impl Unpin for IMAGE_RELOCATION
impl UnwindSafe for IMAGE_RELOCATION
Blanket Implementations
Mutably borrows from an owned value. Read more