Struct zx_restricted_state_t    
#[repr(C)]pub struct zx_restricted_state_t {Show 20 fields
    pub rdi: u64,
    pub rsi: u64,
    pub rbp: u64,
    pub rbx: u64,
    pub rdx: u64,
    pub rcx: u64,
    pub rax: u64,
    pub rsp: u64,
    pub r8: u64,
    pub r9: u64,
    pub r10: u64,
    pub r11: u64,
    pub r12: u64,
    pub r13: u64,
    pub r14: u64,
    pub r15: u64,
    pub ip: u64,
    pub flags: u64,
    pub fs_base: u64,
    pub gs_base: u64,
}Fields§
§rdi: u64§rsi: u64§rbp: u64§rbx: u64§rdx: u64§rcx: u64§rax: u64§rsp: u64§r8: u64§r9: u64§r10: u64§r11: u64§r12: u64§r13: u64§r14: u64§r15: u64§ip: u64§flags: u64§fs_base: u64§gs_base: u64Trait Implementations§
§impl Clone for zx_restricted_state_t
 
impl Clone for zx_restricted_state_t
§fn clone(&self) -> zx_restricted_state_t
 
fn clone(&self) -> zx_restricted_state_t
Returns a duplicate 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 more§impl Debug for zx_restricted_state_t
 
impl Debug for zx_restricted_state_t
§impl Default for zx_restricted_state_t
 
impl Default for zx_restricted_state_t
§fn default() -> zx_restricted_state_t
 
fn default() -> zx_restricted_state_t
Returns the “default value” for a type. Read more
§impl From<&zx_restricted_state_t> for zx_thread_state_general_regs_t
 
impl From<&zx_restricted_state_t> for zx_thread_state_general_regs_t
§fn from(state: &zx_restricted_state_t) -> zx_thread_state_general_regs_t
 
fn from(state: &zx_restricted_state_t) -> zx_thread_state_general_regs_t
Converts to this type from the input type.
§impl From<&zx_thread_state_general_regs_t> for zx_restricted_state_t
 
impl From<&zx_thread_state_general_regs_t> for zx_restricted_state_t
§fn from(registers: &zx_thread_state_general_regs_t) -> zx_restricted_state_t
 
fn from(registers: &zx_thread_state_general_regs_t) -> zx_restricted_state_t
Converts to this type from the input type.
§impl PartialEq for zx_restricted_state_t
 
impl PartialEq for zx_restricted_state_t
impl Copy for zx_restricted_state_t
impl Eq for zx_restricted_state_t
impl StructuralPartialEq for zx_restricted_state_t
Auto Trait Implementations§
impl Freeze for zx_restricted_state_t
impl RefUnwindSafe for zx_restricted_state_t
impl Send for zx_restricted_state_t
impl Sync for zx_restricted_state_t
impl Unpin for zx_restricted_state_t
impl UnwindSafe for zx_restricted_state_t
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