Struct winapi::um::winnt::IMAGE_FUNCTION_ENTRY64
source · #[repr(C)]pub struct IMAGE_FUNCTION_ENTRY64 {
pub StartingAddress: ULONGLONG,
pub EndingAddress: ULONGLONG,
pub u: IMAGE_FUNCTION_ENTRY64_u,
}
Fields§
§StartingAddress: ULONGLONG
§EndingAddress: ULONGLONG
§u: IMAGE_FUNCTION_ENTRY64_u
Trait 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 Default for IMAGE_FUNCTION_ENTRY64
impl Default for IMAGE_FUNCTION_ENTRY64
source§fn default() -> IMAGE_FUNCTION_ENTRY64
fn default() -> IMAGE_FUNCTION_ENTRY64
Returns the “default value” for a type. Read more