pub enum StorageDisk {
Ide(IdeDisk),
Scsi(ScsiDisk),
}
Variants§
Implementations§
Source§impl StorageDisk
impl StorageDisk
pub fn physical_devices(&self) -> &PhysicalDevices
pub fn is_dvd(&self) -> bool
pub fn ntfs_guid(&self) -> Option<Guid>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StorageDisk
impl RefUnwindSafe for StorageDisk
impl Send for StorageDisk
impl Sync for StorageDisk
impl Unpin for StorageDisk
impl UnwindSafe for StorageDisk
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