#[repr(u8)]pub enum BootMemoryKind {
KImage = 0,
Reserved = 1,
Ram = 2,
Mmio = 3,
}Variants§
Trait Implementations§
Source§impl Clone for BootMemoryKind
impl Clone for BootMemoryKind
Source§fn clone(&self) -> BootMemoryKind
fn clone(&self) -> BootMemoryKind
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 BootMemoryKind
impl Debug for BootMemoryKind
impl Copy for BootMemoryKind
Auto Trait Implementations§
impl Freeze for BootMemoryKind
impl RefUnwindSafe for BootMemoryKind
impl Send for BootMemoryKind
impl Sync for BootMemoryKind
impl Unpin for BootMemoryKind
impl UnwindSafe for BootMemoryKind
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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