#[repr(u32)]pub enum MemoryRangeKind {
Ram = 1,
Reserved = 2,
Acpi = 3,
Nvs = 4,
Unusable = 5,
VendorReserved = 6,
Table = 16,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemoryRangeKind
impl RefUnwindSafe for MemoryRangeKind
impl Send for MemoryRangeKind
impl Sync for MemoryRangeKind
impl Unpin for MemoryRangeKind
impl UnwindSafe for MemoryRangeKind
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