Struct libc::user_regs_struct

source ·
#[repr(C)]
pub struct user_regs_struct {
Show 17 fields pub ebx: c_long, pub ecx: c_long, pub edx: c_long, pub esi: c_long, pub edi: c_long, pub ebp: c_long, pub eax: c_long, pub xds: c_long, pub xes: c_long, pub xfs: c_long, pub xgs: c_long, pub orig_eax: c_long, pub eip: c_long, pub xcs: c_long, pub eflags: c_long, pub esp: c_long, pub xss: c_long,
}

Fields§

§ebx: c_long§ecx: c_long§edx: c_long§esi: c_long§edi: c_long§ebp: c_long§eax: c_long§xds: c_long§xes: c_long§xfs: c_long§xgs: c_long§orig_eax: c_long§eip: c_long§xcs: c_long§eflags: c_long§esp: c_long§xss: c_long

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Feeds this value into the given Hasher. Read more
Feeds a slice of this type into the given Hasher. Read more
This method tests for self and other values to be equal, and is used by ==.
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.