#[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( X0: u64, X1: u64, X2: u64, X3: u64, X4: u64, X5: u64, X6: u64, X7: u64, FaultIP: u64, SP: u64, LR: u64, SPSR: u64, Syscall: u64, ) -> Self
pub fn unpack(&self) -> seL4_Fault_UnknownSyscall_Unpacked
pub fn get_X0(&self) -> u64
pub fn set_X0(&mut self, X0: u64)
pub const fn width_of_X0() -> usize
pub fn get_X1(&self) -> u64
pub fn set_X1(&mut self, X1: u64)
pub const fn width_of_X1() -> usize
pub fn get_X2(&self) -> u64
pub fn set_X2(&mut self, X2: u64)
pub const fn width_of_X2() -> usize
pub fn get_X3(&self) -> u64
pub fn set_X3(&mut self, X3: u64)
pub const fn width_of_X3() -> usize
pub fn get_X4(&self) -> u64
pub fn set_X4(&mut self, X4: u64)
pub const fn width_of_X4() -> usize
pub fn get_X5(&self) -> u64
pub fn set_X5(&mut self, X5: u64)
pub const fn width_of_X5() -> usize
pub fn get_X6(&self) -> u64
pub fn set_X6(&mut self, X6: u64)
pub const fn width_of_X6() -> usize
pub fn get_X7(&self) -> u64
pub fn set_X7(&mut self, X7: u64)
pub const fn width_of_X7() -> 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_SP(&self) -> u64
pub fn set_SP(&mut self, SP: u64)
pub const fn width_of_SP() -> usize
pub fn get_LR(&self) -> u64
pub fn set_LR(&mut self, LR: u64)
pub const fn width_of_LR() -> usize
pub fn get_SPSR(&self) -> u64
pub fn set_SPSR(&mut self, SPSR: u64)
pub const fn width_of_SPSR() -> 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
)