#[repr(u8)]pub enum BootInfoStdId {
Fdt = 0,
Hob = 1,
}Expand description
ID for supported standard boot information types.
Variants§
Trait Implementations§
Source§impl Clone for BootInfoStdId
impl Clone for BootInfoStdId
Source§fn clone(&self) -> BootInfoStdId
fn clone(&self) -> BootInfoStdId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BootInfoStdId
Source§impl Debug for BootInfoStdId
impl Debug for BootInfoStdId
impl Eq for BootInfoStdId
Source§impl PartialEq for BootInfoStdId
impl PartialEq for BootInfoStdId
Source§fn eq(&self, other: &BootInfoStdId) -> bool
fn eq(&self, other: &BootInfoStdId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BootInfoStdId
Auto Trait Implementations§
impl Freeze for BootInfoStdId
impl RefUnwindSafe for BootInfoStdId
impl Send for BootInfoStdId
impl Sync for BootInfoStdId
impl Unpin for BootInfoStdId
impl UnsafeUnpin for BootInfoStdId
impl UnwindSafe for BootInfoStdId
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