#[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: u32
Anonymous: IMAGE_ARM_RUNTIME_FUNCTION_ENTRY_0
Trait Implementations
impl Clone for IMAGE_ARM_RUNTIME_FUNCTION_ENTRY
impl Clone for IMAGE_ARM_RUNTIME_FUNCTION_ENTRY
impl Copy for IMAGE_ARM_RUNTIME_FUNCTION_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for IMAGE_ARM_RUNTIME_FUNCTION_ENTRY
impl Send for IMAGE_ARM_RUNTIME_FUNCTION_ENTRY
impl Sync for IMAGE_ARM_RUNTIME_FUNCTION_ENTRY
impl Unpin for IMAGE_ARM_RUNTIME_FUNCTION_ENTRY
impl UnwindSafe for IMAGE_ARM_RUNTIME_FUNCTION_ENTRY
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