Struct CFG_CALL_TARGET_INFO
#[repr(C)]pub struct CFG_CALL_TARGET_INFO {
pub Offset: usize,
pub Flags: usize,
}
Fields§
§Offset: usize
§Flags: usize
Trait Implementations§
§impl Clone for CFG_CALL_TARGET_INFO
impl Clone for CFG_CALL_TARGET_INFO
§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