Struct windows_sys::Win32::System::Diagnostics::Debug::IMAGE_FUNCTION_ENTRY
[−]#[repr(C)]pub struct IMAGE_FUNCTION_ENTRY {
pub StartingAddress: u32,
pub EndingAddress: u32,
pub EndOfPrologue: u32,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
StartingAddress: u32
EndingAddress: u32
EndOfPrologue: u32
Trait Implementations
impl Clone for IMAGE_FUNCTION_ENTRY
impl Clone for IMAGE_FUNCTION_ENTRY
impl Copy for IMAGE_FUNCTION_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for IMAGE_FUNCTION_ENTRY
impl Send for IMAGE_FUNCTION_ENTRY
impl Sync for IMAGE_FUNCTION_ENTRY
impl Unpin for IMAGE_FUNCTION_ENTRY
impl UnwindSafe for IMAGE_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