pub struct MemoryAttribute(/* private fields */);Implementations§
Source§impl MemoryAttribute
impl MemoryAttribute
pub const UC: MemoryAttribute
pub const WC: MemoryAttribute
pub const WT: MemoryAttribute
pub const WB: MemoryAttribute
pub const UCE: MemoryAttribute
pub const WP: MemoryAttribute
pub const RP: MemoryAttribute
pub const XP: MemoryAttribute
pub const NV: MemoryAttribute
pub const MORE_RELIABLE: MemoryAttribute
pub const RO: MemoryAttribute
pub const SP: MemoryAttribute
pub const CPU_CRYPTO: MemoryAttribute
pub const RUNTIME: MemoryAttribute
pub const ISA_VALID: MemoryAttribute
pub const ISA_MASK: MemoryAttribute
Trait Implementations§
Source§impl BitOr for MemoryAttribute
impl BitOr for MemoryAttribute
Source§impl BitOrAssign for MemoryAttribute
impl BitOrAssign for MemoryAttribute
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for MemoryAttribute
impl Clone for MemoryAttribute
Source§fn clone(&self) -> MemoryAttribute
fn clone(&self) -> MemoryAttribute
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MemoryAttribute
impl Debug for MemoryAttribute
Source§impl Into<u64> for MemoryAttribute
impl Into<u64> for MemoryAttribute
Source§impl PartialEq for MemoryAttribute
impl PartialEq for MemoryAttribute
impl Copy for MemoryAttribute
impl Eq for MemoryAttribute
impl StructuralPartialEq for MemoryAttribute
Auto Trait Implementations§
impl Freeze for MemoryAttribute
impl RefUnwindSafe for MemoryAttribute
impl Send for MemoryAttribute
impl Sync for MemoryAttribute
impl Unpin for MemoryAttribute
impl UnwindSafe for MemoryAttribute
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more