pub struct UnknownSyscall(/* private fields */);
Expand description
Corresponds to seL4_Fault_UnknownSyscall
.
Implementations§
Source§impl UnknownSyscall
impl UnknownSyscall
pub const fn from_inner(inner: seL4_Fault_UnknownSyscall) -> Self
pub const fn into_inner(self) -> seL4_Fault_UnknownSyscall
pub const fn inner(&self) -> &seL4_Fault_UnknownSyscall
pub fn inner_mut(&mut self) -> &mut seL4_Fault_UnknownSyscall
Trait Implementations§
Source§impl Clone for UnknownSyscall
impl Clone for UnknownSyscall
Source§fn clone(&self) -> UnknownSyscall
fn clone(&self) -> 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 UnknownSyscall
impl Debug for UnknownSyscall
Source§impl PartialEq for UnknownSyscall
impl PartialEq for UnknownSyscall
impl Eq for UnknownSyscall
impl StructuralPartialEq for UnknownSyscall
Auto Trait Implementations§
impl Freeze for UnknownSyscall
impl RefUnwindSafe for UnknownSyscall
impl Send for UnknownSyscall
impl Sync for UnknownSyscall
impl Unpin for UnknownSyscall
impl UnwindSafe for 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
)