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