Struct xen_sys::iret_context
source · [−]#[repr(C)]pub struct iret_context {
pub rax: u64,
pub r11: u64,
pub rcx: u64,
pub flags: u64,
pub rip: u64,
pub cs: u64,
pub rflags: u64,
pub rsp: u64,
pub ss: u64,
}
Fields
rax: u64
r11: u64
rcx: u64
flags: u64
rip: u64
cs: u64
rflags: u64
rsp: u64
ss: u64
Trait Implementations
sourceimpl Clone for iret_context
impl Clone for iret_context
sourcefn clone(&self) -> iret_context
fn clone(&self) -> iret_context
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for iret_context
impl Debug for iret_context
impl Copy for iret_context
Auto Trait Implementations
impl RefUnwindSafe for iret_context
impl Send for iret_context
impl Sync for iret_context
impl Unpin for iret_context
impl UnwindSafe for iret_context
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more