Enum disk::ImagePartitionType
source · pub enum ImagePartitionType {
LinuxFilesystem,
EfiSystemPartition,
}
Expand description
The type of partition.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for ImagePartitionType
impl Clone for ImagePartitionType
source§fn clone(&self) -> ImagePartitionType
fn clone(&self) -> ImagePartitionType
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 moresource§impl Debug for ImagePartitionType
impl Debug for ImagePartitionType
source§impl PartialEq for ImagePartitionType
impl PartialEq for ImagePartitionType
source§fn eq(&self, other: &ImagePartitionType) -> bool
fn eq(&self, other: &ImagePartitionType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ImagePartitionType
impl Eq for ImagePartitionType
impl StructuralPartialEq for ImagePartitionType
Auto Trait Implementations§
impl RefUnwindSafe for ImagePartitionType
impl Send for ImagePartitionType
impl Sync for ImagePartitionType
impl Unpin for ImagePartitionType
impl UnwindSafe for ImagePartitionType
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