Struct windows_sys::Win32::System::Memory::CFG_CALL_TARGET_INFO
[−]Expand description
Required features: "Win32_System_Memory"
Fields
Offset: usize
Flags: usize
Trait Implementations
impl Clone for CFG_CALL_TARGET_INFO
impl Clone for CFG_CALL_TARGET_INFO
impl Copy for CFG_CALL_TARGET_INFO
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more