#[repr(transparent)]pub struct seL4_Fault_UnknownSyscall(pub Bitfield<[u64; N], u64>);
Tuple Fields§
§0: Bitfield<[u64; N], u64>
Implementations§
Source§impl seL4_Fault_UnknownSyscall
impl seL4_Fault_UnknownSyscall
pub fn new( RAX: u64, RBX: u64, RCX: u64, RDX: u64, RSI: u64, RDI: u64, RBP: u64, R8: u64, R9: u64, R10: u64, R11: u64, R12: u64, R13: u64, R14: u64, R15: u64, FaultIP: u64, RSP: u64, FLAGS: u64, Syscall: u64, ) -> Self
pub fn unpack(&self) -> seL4_Fault_UnknownSyscall_Unpacked
pub fn get_RAX(&self) -> u64
pub fn set_RAX(&mut self, RAX: u64)
pub const fn width_of_RAX() -> usize
pub fn get_RBX(&self) -> u64
pub fn set_RBX(&mut self, RBX: u64)
pub const fn width_of_RBX() -> usize
pub fn get_RCX(&self) -> u64
pub fn set_RCX(&mut self, RCX: u64)
pub const fn width_of_RCX() -> usize
pub fn get_RDX(&self) -> u64
pub fn set_RDX(&mut self, RDX: u64)
pub const fn width_of_RDX() -> usize
pub fn get_RSI(&self) -> u64
pub fn set_RSI(&mut self, RSI: u64)
pub const fn width_of_RSI() -> usize
pub fn get_RDI(&self) -> u64
pub fn set_RDI(&mut self, RDI: u64)
pub const fn width_of_RDI() -> usize
pub fn get_RBP(&self) -> u64
pub fn set_RBP(&mut self, RBP: u64)
pub const fn width_of_RBP() -> usize
pub fn get_R8(&self) -> u64
pub fn set_R8(&mut self, R8: u64)
pub const fn width_of_R8() -> usize
pub fn get_R9(&self) -> u64
pub fn set_R9(&mut self, R9: u64)
pub const fn width_of_R9() -> usize
pub fn get_R10(&self) -> u64
pub fn set_R10(&mut self, R10: u64)
pub const fn width_of_R10() -> usize
pub fn get_R11(&self) -> u64
pub fn set_R11(&mut self, R11: u64)
pub const fn width_of_R11() -> usize
pub fn get_R12(&self) -> u64
pub fn set_R12(&mut self, R12: u64)
pub const fn width_of_R12() -> usize
pub fn get_R13(&self) -> u64
pub fn set_R13(&mut self, R13: u64)
pub const fn width_of_R13() -> usize
pub fn get_R14(&self) -> u64
pub fn set_R14(&mut self, R14: u64)
pub const fn width_of_R14() -> usize
pub fn get_R15(&self) -> u64
pub fn set_R15(&mut self, R15: u64)
pub const fn width_of_R15() -> usize
pub fn get_FaultIP(&self) -> u64
pub fn set_FaultIP(&mut self, FaultIP: u64)
pub const fn width_of_FaultIP() -> usize
pub fn get_RSP(&self) -> u64
pub fn set_RSP(&mut self, RSP: u64)
pub const fn width_of_RSP() -> usize
pub fn get_FLAGS(&self) -> u64
pub fn set_FLAGS(&mut self, FLAGS: u64)
pub const fn width_of_FLAGS() -> usize
pub fn get_Syscall(&self) -> u64
pub fn set_Syscall(&mut self, Syscall: u64)
pub const fn width_of_Syscall() -> usize
Source§impl seL4_Fault_UnknownSyscall
impl seL4_Fault_UnknownSyscall
pub fn unsplay(self) -> seL4_Fault
Trait Implementations§
Source§impl Clone for seL4_Fault_UnknownSyscall
impl Clone for seL4_Fault_UnknownSyscall
Source§fn clone(&self) -> seL4_Fault_UnknownSyscall
fn clone(&self) -> seL4_Fault_UnknownSyscall
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_Fault_UnknownSyscall
impl Debug for seL4_Fault_UnknownSyscall
Source§impl PartialEq for seL4_Fault_UnknownSyscall
impl PartialEq for seL4_Fault_UnknownSyscall
impl Eq for seL4_Fault_UnknownSyscall
impl StructuralPartialEq for seL4_Fault_UnknownSyscall
Auto Trait Implementations§
impl Freeze for seL4_Fault_UnknownSyscall
impl RefUnwindSafe for seL4_Fault_UnknownSyscall
impl Send for seL4_Fault_UnknownSyscall
impl Sync for seL4_Fault_UnknownSyscall
impl Unpin for seL4_Fault_UnknownSyscall
impl UnwindSafe for seL4_Fault_UnknownSyscall
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
)