#[repr(u32)]pub enum AltBootCoding {
PrimaryPartition = 0,
AlternatePartition = 1,
}Variants§
Trait Implementations§
Source§impl Clone for AltBootCoding
impl Clone for AltBootCoding
Source§fn clone(&self) -> AltBootCoding
fn clone(&self) -> AltBootCoding
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 AltBootCoding
impl Debug for AltBootCoding
Source§impl OneWayEncoding for AltBootCoding
impl OneWayEncoding for AltBootCoding
Source§impl PartialEq for AltBootCoding
impl PartialEq for AltBootCoding
Source§impl TryFrom<u32> for AltBootCoding
impl TryFrom<u32> for AltBootCoding
impl Copy for AltBootCoding
impl StructuralPartialEq for AltBootCoding
Auto Trait Implementations§
impl Freeze for AltBootCoding
impl RefUnwindSafe for AltBootCoding
impl Send for AltBootCoding
impl Sync for AltBootCoding
impl Unpin for AltBootCoding
impl UnwindSafe for AltBootCoding
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