Union windows_sys::Win32::System::Diagnostics::Debug::INLINE_FRAME_CONTEXT
[−]#[repr(C)]
pub union INLINE_FRAME_CONTEXT {
pub ContextValue: u32,
pub Anonymous: INLINE_FRAME_CONTEXT_0,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
ContextValue: u32
Anonymous: INLINE_FRAME_CONTEXT_0
Trait Implementations
impl Clone for INLINE_FRAME_CONTEXT
impl Clone for INLINE_FRAME_CONTEXT
impl Copy for INLINE_FRAME_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for INLINE_FRAME_CONTEXT
impl Send for INLINE_FRAME_CONTEXT
impl Sync for INLINE_FRAME_CONTEXT
impl Unpin for INLINE_FRAME_CONTEXT
impl UnwindSafe for INLINE_FRAME_CONTEXT
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