Struct winapi::um::winnt::CFG_CALL_TARGET_INFO
source · #[repr(C)]pub struct CFG_CALL_TARGET_INFO {
pub Offset: ULONG_PTR,
pub Flags: ULONG_PTR,
}
Fields§
§Offset: ULONG_PTR
§Flags: ULONG_PTR
Trait Implementations§
source§impl Clone for CFG_CALL_TARGET_INFO
impl Clone for CFG_CALL_TARGET_INFO
source§fn clone(&self) -> CFG_CALL_TARGET_INFO
fn clone(&self) -> CFG_CALL_TARGET_INFO
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 CFG_CALL_TARGET_INFO
impl Default for CFG_CALL_TARGET_INFO
source§fn default() -> CFG_CALL_TARGET_INFO
fn default() -> CFG_CALL_TARGET_INFO
Returns the “default value” for a type. Read more