#[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( FaultIP: u64, SP: u64, RA: u64, A0: u64, A1: u64, A2: u64, A3: u64, A4: u64, A5: u64, A6: u64, Syscall: u64, ) -> Self
pub fn unpack(&self) -> seL4_Fault_UnknownSyscall_Unpacked
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_RA(&self) -> u64
pub fn set_RA(&mut self, RA: u64)
pub const fn width_of_RA() -> usize
pub fn get_A0(&self) -> u64
pub fn set_A0(&mut self, A0: u64)
pub const fn width_of_A0() -> usize
pub fn get_A1(&self) -> u64
pub fn set_A1(&mut self, A1: u64)
pub const fn width_of_A1() -> usize
pub fn get_A2(&self) -> u64
pub fn set_A2(&mut self, A2: u64)
pub const fn width_of_A2() -> usize
pub fn get_A3(&self) -> u64
pub fn set_A3(&mut self, A3: u64)
pub const fn width_of_A3() -> usize
pub fn get_A4(&self) -> u64
pub fn set_A4(&mut self, A4: u64)
pub const fn width_of_A4() -> usize
pub fn get_A5(&self) -> u64
pub fn set_A5(&mut self, A5: u64)
pub const fn width_of_A5() -> usize
pub fn get_A6(&self) -> u64
pub fn set_A6(&mut self, A6: u64)
pub const fn width_of_A6() -> 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
)