Struct win_sys::SystemServices::IMAGE_ARM_RUNTIME_FUNCTION_ENTRY [−][src]
#[repr(C)]pub struct IMAGE_ARM_RUNTIME_FUNCTION_ENTRY {
pub BeginAddress: u32,
pub Anonymous: IMAGE_ARM_RUNTIME_FUNCTION_ENTRY_0,
}Expand description
Required features: Win32_System_SystemServices
Fields
BeginAddress: u32Anonymous: IMAGE_ARM_RUNTIME_FUNCTION_ENTRY_0Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for IMAGE_ARM_RUNTIME_FUNCTION_ENTRY
impl Sync for IMAGE_ARM_RUNTIME_FUNCTION_ENTRY
impl Unpin for IMAGE_ARM_RUNTIME_FUNCTION_ENTRY
Blanket Implementations
Mutably borrows from an owned value. Read more