#[repr(u8)]pub enum EmmcPartitionIndex {
UserDataPartition = 0,
BootPartition1 = 1,
BootPartition2 = 2,
}Expand description
See JESD84-B51A, 6.10.4
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EmmcPartitionIndex
impl Clone for EmmcPartitionIndex
Source§fn clone(&self) -> EmmcPartitionIndex
fn clone(&self) -> EmmcPartitionIndex
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 EmmcPartitionIndex
impl Debug for EmmcPartitionIndex
Source§impl From<EmmcPartitionIndex> for u8
impl From<EmmcPartitionIndex> for u8
Source§fn from(value: EmmcPartitionIndex) -> Self
fn from(value: EmmcPartitionIndex) -> Self
Converts to this type from the input type.
Source§impl PartialEq for EmmcPartitionIndex
impl PartialEq for EmmcPartitionIndex
impl Copy for EmmcPartitionIndex
impl Eq for EmmcPartitionIndex
impl StructuralPartialEq for EmmcPartitionIndex
Auto Trait Implementations§
impl Freeze for EmmcPartitionIndex
impl RefUnwindSafe for EmmcPartitionIndex
impl Send for EmmcPartitionIndex
impl Sync for EmmcPartitionIndex
impl Unpin for EmmcPartitionIndex
impl UnwindSafe for EmmcPartitionIndex
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