#[repr(C)]pub struct seL4_UserContext_ {Show 20 fields
pub rip: seL4_Word,
pub rsp: seL4_Word,
pub rflags: seL4_Word,
pub rax: seL4_Word,
pub rbx: seL4_Word,
pub rcx: seL4_Word,
pub rdx: seL4_Word,
pub rsi: seL4_Word,
pub rdi: seL4_Word,
pub rbp: seL4_Word,
pub r8: seL4_Word,
pub r9: seL4_Word,
pub r10: seL4_Word,
pub r11: seL4_Word,
pub r12: seL4_Word,
pub r13: seL4_Word,
pub r14: seL4_Word,
pub r15: seL4_Word,
pub fs_base: seL4_Word,
pub gs_base: seL4_Word,
}
Fields§
§rip: seL4_Word
§rsp: seL4_Word
§rflags: seL4_Word
§rax: seL4_Word
§rbx: seL4_Word
§rcx: seL4_Word
§rdx: seL4_Word
§rsi: seL4_Word
§rdi: seL4_Word
§rbp: seL4_Word
§r8: seL4_Word
§r9: seL4_Word
§r10: seL4_Word
§r11: seL4_Word
§r12: seL4_Word
§r13: seL4_Word
§r14: seL4_Word
§r15: seL4_Word
§fs_base: seL4_Word
§gs_base: seL4_Word
Trait Implementations§
Source§impl Clone for seL4_UserContext_
impl Clone for seL4_UserContext_
Source§fn clone(&self) -> seL4_UserContext_
fn clone(&self) -> seL4_UserContext_
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for seL4_UserContext_
impl Debug for seL4_UserContext_
Source§impl Default for seL4_UserContext_
impl Default for seL4_UserContext_
Source§fn default() -> seL4_UserContext_
fn default() -> seL4_UserContext_
Returns the “default value” for a type. Read more
Source§impl PartialEq for seL4_UserContext_
impl PartialEq for seL4_UserContext_
impl Copy for seL4_UserContext_
impl Eq for seL4_UserContext_
impl StructuralPartialEq for seL4_UserContext_
Auto Trait Implementations§
impl Freeze for seL4_UserContext_
impl RefUnwindSafe for seL4_UserContext_
impl Send for seL4_UserContext_
impl Sync for seL4_UserContext_
impl Unpin for seL4_UserContext_
impl UnwindSafe for seL4_UserContext_
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)