Struct windows_sys::Win32::System::Diagnostics::Debug::XSTATE_FEATURE
[−]Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
Offset: u32
Size: u32
Trait Implementations
impl Clone for XSTATE_FEATURE
impl Clone for XSTATE_FEATURE
impl Copy for XSTATE_FEATURE
Auto Trait Implementations
impl RefUnwindSafe for XSTATE_FEATURE
impl Send for XSTATE_FEATURE
impl Sync for XSTATE_FEATURE
impl Unpin for XSTATE_FEATURE
impl UnwindSafe for XSTATE_FEATURE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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