Struct windows_sys::Win32::System::Diagnostics::Debug::JS_NATIVE_FRAME
[−]#[repr(C)]pub struct JS_NATIVE_FRAME {
pub InstructionOffset: u64,
pub ReturnOffset: u64,
pub FrameOffset: u64,
pub StackOffset: u64,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
InstructionOffset: u64
ReturnOffset: u64
FrameOffset: u64
StackOffset: u64
Trait Implementations
impl Clone for JS_NATIVE_FRAME
impl Clone for JS_NATIVE_FRAME
impl Copy for JS_NATIVE_FRAME
Auto Trait Implementations
impl RefUnwindSafe for JS_NATIVE_FRAME
impl Send for JS_NATIVE_FRAME
impl Sync for JS_NATIVE_FRAME
impl Unpin for JS_NATIVE_FRAME
impl UnwindSafe for JS_NATIVE_FRAME
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