pub enum EFIHardDriveType {
Mbr,
Gpt,
Unknown,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EFIHardDriveType
impl Clone for EFIHardDriveType
Source§fn clone(&self) -> EFIHardDriveType
fn clone(&self) -> EFIHardDriveType
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 EFIHardDriveType
impl Debug for EFIHardDriveType
Source§impl Display for EFIHardDriveType
impl Display for EFIHardDriveType
Source§impl PartialEq for EFIHardDriveType
impl PartialEq for EFIHardDriveType
impl StructuralPartialEq for EFIHardDriveType
Auto Trait Implementations§
impl Freeze for EFIHardDriveType
impl RefUnwindSafe for EFIHardDriveType
impl Send for EFIHardDriveType
impl Sync for EFIHardDriveType
impl Unpin for EFIHardDriveType
impl UnsafeUnpin for EFIHardDriveType
impl UnwindSafe for EFIHardDriveType
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