Struct libc::mcontext_t
#[repr(C)]
pub struct mcontext_t {
pub gregs: [greg_t; 23],
pub fpregs: *mut _libc_fpstate,
/* some fields hidden */
}Fields
pub gregs: [greg_t; 23]pub fpregs: *mut _libc_fpstateTrait Implementations
impl Clone for mcontext_t
fn clone(&Self) -> mcontext_timpl Copy for mcontext_timpl Debug for mcontext_t
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for mcontext_timpl Hash for mcontext_t
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<mcontext_t> for mcontext_t
fn eq(&Self, other: &mcontext_t) -> boolfn ne(&Self, other: &mcontext_t) -> boolimpl StructuralEq for mcontext_timpl StructuralPartialEq for mcontext_tAuto Trait Implementations
impl !Send for mcontext_timpl !Sync for mcontext_timpl RefUnwindSafe for mcontext_timpl Unpin for mcontext_timpl UnwindSafe for mcontext_tBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T