Struct vc6_sys::_IMAGE_FUNCTION_ENTRY64
source · #[repr(C)]pub struct _IMAGE_FUNCTION_ENTRY64 {
pub StartingAddress: ULONGLONG,
pub EndingAddress: ULONGLONG,
pub EndOfPrologue: ULONGLONG,
}Fields§
§StartingAddress: ULONGLONG§EndingAddress: ULONGLONG§EndOfPrologue: ULONGLONGTrait Implementations§
source§impl Clone for _IMAGE_FUNCTION_ENTRY64
impl Clone for _IMAGE_FUNCTION_ENTRY64
source§fn clone(&self) -> _IMAGE_FUNCTION_ENTRY64
fn clone(&self) -> _IMAGE_FUNCTION_ENTRY64
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for _IMAGE_FUNCTION_ENTRY64
impl Debug 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more