#[repr(C)]pub struct mcontext_t {
pub gregs: gregset_t,
pub fpregs: fpregset_t,
pub __reserved1: [c_ulonglong; 8],
}
Fields§
§gregs: gregset_t
§fpregs: fpregset_t
§__reserved1: [c_ulonglong; 8]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for mcontext_t
impl RefUnwindSafe for mcontext_t
impl !Send for mcontext_t
impl !Sync for mcontext_t
impl Unpin for mcontext_t
impl UnwindSafe for mcontext_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more