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