Struct windows_sys::Win32::System::Diagnostics::Debug::INLINE_FRAME_CONTEXT_0
[−]#[repr(C)]pub struct INLINE_FRAME_CONTEXT_0 {
pub FrameId: u8,
pub FrameType: u8,
pub FrameSignature: u16,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
FrameId: u8
FrameType: u8
FrameSignature: u16
Trait Implementations
impl Clone for INLINE_FRAME_CONTEXT_0
impl Clone for INLINE_FRAME_CONTEXT_0
impl Copy for INLINE_FRAME_CONTEXT_0
Auto Trait Implementations
impl RefUnwindSafe for INLINE_FRAME_CONTEXT_0
impl Send for INLINE_FRAME_CONTEXT_0
impl Sync for INLINE_FRAME_CONTEXT_0
impl Unpin for INLINE_FRAME_CONTEXT_0
impl UnwindSafe for INLINE_FRAME_CONTEXT_0
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