#[repr(C)]pub struct CFG_CALL_TARGET_INFO {
    pub Offset: ULONG_PTR,
    pub Flags: ULONG_PTR,
}Fields§
§Offset: ULONG_PTR§Flags: ULONG_PTRTrait 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 moreimpl Copy for CFG_CALL_TARGET_INFO
Auto Trait Implementations§
impl Freeze for CFG_CALL_TARGET_INFO
impl RefUnwindSafe for CFG_CALL_TARGET_INFO
impl Send for CFG_CALL_TARGET_INFO
impl Sync for CFG_CALL_TARGET_INFO
impl Unpin for CFG_CALL_TARGET_INFO
impl UnwindSafe for CFG_CALL_TARGET_INFO
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