Struct c_gull::user_regs_struct
source · pub struct user_regs_struct {}Fields
ebx: i32ecx: i32edx: i32esi: i32edi: i32ebp: i32eax: i32xds: i32xes: i32xfs: i32xgs: i32orig_eax: i32eip: i32xcs: i32eflags: i32esp: i32xss: i32Trait Implementations
sourceimpl Clone for user_regs_struct
impl Clone for user_regs_struct
sourcefn clone(&self) -> user_regs_struct
fn clone(&self) -> user_regs_struct
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for user_regs_struct
Auto Trait Implementations
impl RefUnwindSafe for user_regs_struct
impl Send for user_regs_struct
impl Sync for user_regs_struct
impl Unpin for user_regs_struct
impl UnwindSafe for user_regs_struct
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