Struct libc::mcontext_t
source · #[repr(C)]pub struct mcontext_t {
pub gregs: [greg_t; 23],
pub fpregs: *mut _libc_fpstate,
/* private fields */
}
Fields§
§gregs: [greg_t; 23]
§fpregs: *mut _libc_fpstate
Trait Implementations§
source§impl Clone for mcontext_t
impl Clone for mcontext_t
source§fn clone(&self) -> mcontext_t
fn clone(&self) -> mcontext_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for mcontext_t
impl Debug for mcontext_t
source§impl Hash for mcontext_t
impl Hash for mcontext_t
source§impl PartialEq<mcontext_t> for mcontext_t
impl PartialEq<mcontext_t> for mcontext_t
source§fn eq(&self, other: &mcontext_t) -> bool
fn eq(&self, other: &mcontext_t) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.