pub struct ArchRegisters {
pub frame: UpcallFrame,
pub fs: u32,
pub gs: u32,
pub es: u32,
pub ds: u32,
pub ss: u32,
pub cs: u32,
}Fields§
§frame: UpcallFrame§fs: u32§gs: u32§es: u32§ds: u32§ss: u32§cs: u32Trait Implementations§
Source§impl Clone for ArchRegisters
impl Clone for ArchRegisters
Source§fn clone(&self) -> ArchRegisters
fn clone(&self) -> ArchRegisters
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 ArchRegisters
impl Debug for ArchRegisters
impl Copy for ArchRegisters
Auto Trait Implementations§
impl Freeze for ArchRegisters
impl ObjSafe for ArchRegisters
impl RefUnwindSafe for ArchRegisters
impl Send for ArchRegisters
impl Sync for ArchRegisters
impl Unpin for ArchRegisters
impl UnwindSafe for ArchRegisters
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