pub struct VmAttributes(/* private fields */);
Expand description
Corresponds to seL4_ARM_VMAttributes
.
Implementations§
Source§impl VmAttributes
impl VmAttributes
pub const NONE: Self = _
pub const DEFAULT: Self = _
pub const PAGE_CACHEABLE: Self = _
pub const PARITY_ENABLED: Self = _
pub const EXECUTE_NEVER: Self = _
pub const fn from_inner(inner: Type) -> Self
pub const fn into_inner(self) -> Type
pub const fn inner(&self) -> &Type
pub fn inner_mut(&mut self) -> &mut Type
pub const fn has(self, rhs: Self) -> bool
Trait Implementations§
Source§impl BitAnd for VmAttributes
impl BitAnd for VmAttributes
Source§impl BitAndAssign for VmAttributes
impl BitAndAssign for VmAttributes
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for VmAttributes
impl BitOr for VmAttributes
Source§impl BitOrAssign for VmAttributes
impl BitOrAssign for VmAttributes
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl Clone for VmAttributes
impl Clone for VmAttributes
Source§fn clone(&self) -> VmAttributes
fn clone(&self) -> VmAttributes
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 VmAttributes
impl Debug for VmAttributes
Source§impl Default for VmAttributes
impl Default for VmAttributes
Source§impl Not for VmAttributes
impl Not for VmAttributes
Source§impl PartialEq for VmAttributes
impl PartialEq for VmAttributes
impl Copy for VmAttributes
impl Eq for VmAttributes
impl StructuralPartialEq for VmAttributes
Auto Trait Implementations§
impl Freeze for VmAttributes
impl RefUnwindSafe for VmAttributes
impl Send for VmAttributes
impl Sync for VmAttributes
impl Unpin for VmAttributes
impl UnwindSafe for VmAttributes
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
)