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