#[repr(u8)]pub enum RawPartitionType {
App = 0,
Data = 1,
Bootloader = 2,
PartitionTable = 3,
}Expand description
A partition type
Variants§
Trait Implementations§
Source§impl Clone for RawPartitionType
impl Clone for RawPartitionType
Source§fn clone(&self) -> RawPartitionType
fn clone(&self) -> RawPartitionType
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 RawPartitionType
impl Debug for RawPartitionType
Source§impl Hash for RawPartitionType
impl Hash for RawPartitionType
Source§impl PartialEq for RawPartitionType
impl PartialEq for RawPartitionType
impl Copy for RawPartitionType
impl Eq for RawPartitionType
impl StructuralPartialEq for RawPartitionType
Auto Trait Implementations§
impl Freeze for RawPartitionType
impl RefUnwindSafe for RawPartitionType
impl Send for RawPartitionType
impl Sync for RawPartitionType
impl Unpin for RawPartitionType
impl UnwindSafe for RawPartitionType
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