Enum disk_types::PartitionType
source · pub enum PartitionType {
Primary,
Logical,
Extended,
}Expand description
Defines whether the partition is a primary, logical, or extended partition.
Note
This only applies for MBR partition tables.
Variants§
Trait Implementations§
source§impl Clone for PartitionType
impl Clone for PartitionType
source§fn clone(&self) -> PartitionType
fn clone(&self) -> PartitionType
Returns a copy 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 more