#[repr(u8)]pub enum MemoryAttribute {
Memory = 0,
_Reserved = 8,
_Acpi = 16,
_Nvs = 24,
}
Variants§
Trait Implementations§
Source§impl Clone for MemoryAttribute
impl Clone for MemoryAttribute
Source§fn clone(&self) -> MemoryAttribute
fn clone(&self) -> MemoryAttribute
Returns a copy 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
impl Copy 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