#[repr(transparent)]pub struct seL4_Fault_UnknownSyscall(pub Bitfield<[u32; N], u32>);
Tuple Fields§
§0: Bitfield<[u32; N], u32>
Implementations§
Source§impl seL4_Fault_UnknownSyscall
impl seL4_Fault_UnknownSyscall
pub fn new( R0: u32, R1: u32, R2: u32, R3: u32, R4: u32, R5: u32, R6: u32, R7: u32, FaultIP: u32, SP: u32, LR: u32, CPSR: u32, Syscall: u32, ) -> Self
pub fn unpack(&self) -> seL4_Fault_UnknownSyscall_Unpacked
pub fn get_R0(&self) -> u32
pub fn set_R0(&mut self, R0: u32)
pub const fn width_of_R0() -> usize
pub fn get_R1(&self) -> u32
pub fn set_R1(&mut self, R1: u32)
pub const fn width_of_R1() -> usize
pub fn get_R2(&self) -> u32
pub fn set_R2(&mut self, R2: u32)
pub const fn width_of_R2() -> usize
pub fn get_R3(&self) -> u32
pub fn set_R3(&mut self, R3: u32)
pub const fn width_of_R3() -> usize
pub fn get_R4(&self) -> u32
pub fn set_R4(&mut self, R4: u32)
pub const fn width_of_R4() -> usize
pub fn get_R5(&self) -> u32
pub fn set_R5(&mut self, R5: u32)
pub const fn width_of_R5() -> usize
pub fn get_R6(&self) -> u32
pub fn set_R6(&mut self, R6: u32)
pub const fn width_of_R6() -> usize
pub fn get_R7(&self) -> u32
pub fn set_R7(&mut self, R7: u32)
pub const fn width_of_R7() -> usize
pub fn get_FaultIP(&self) -> u32
pub fn set_FaultIP(&mut self, FaultIP: u32)
pub const fn width_of_FaultIP() -> usize
pub fn get_SP(&self) -> u32
pub fn set_SP(&mut self, SP: u32)
pub const fn width_of_SP() -> usize
pub fn get_LR(&self) -> u32
pub fn set_LR(&mut self, LR: u32)
pub const fn width_of_LR() -> usize
pub fn get_CPSR(&self) -> u32
pub fn set_CPSR(&mut self, CPSR: u32)
pub const fn width_of_CPSR() -> usize
pub fn get_Syscall(&self) -> u32
pub fn set_Syscall(&mut self, Syscall: u32)
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
)