pub enum IsoFormat {
Iso9660,
Udf,
Hybrid,
Unknown,
}Expand description
ISO image format labels.
Variants§
Iso9660
ISO 9660 filesystem image.
Udf
UDF filesystem image.
Hybrid
Hybrid image label.
Unknown
Unknown or intentionally unspecified ISO image format.
Implementations§
Trait Implementations§
Source§impl Ord for IsoFormat
impl Ord for IsoFormat
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for IsoFormat
impl PartialOrd for IsoFormat
impl Copy for IsoFormat
impl Eq for IsoFormat
impl StructuralPartialEq for IsoFormat
Auto Trait Implementations§
impl Freeze for IsoFormat
impl RefUnwindSafe for IsoFormat
impl Send for IsoFormat
impl Sync for IsoFormat
impl Unpin for IsoFormat
impl UnsafeUnpin for IsoFormat
impl UnwindSafe for IsoFormat
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