Struct sysutil::NvmeDevice
source · pub struct NvmeDevice {
pub device: String,
pub pcieAddress: String,
pub model: String,
pub linkSpeedGTs: f32,
pub pcieLanes: usize,
pub size: ByteSize,
pub partitions: Vec<StoragePartition>,
}Expand description
Contains NVME device information
Fields§
§device: String§pcieAddress: String§model: String§linkSpeedGTs: f32§pcieLanes: usize§size: ByteSize§partitions: Vec<StoragePartition>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NvmeDevice
impl Send for NvmeDevice
impl Sync for NvmeDevice
impl Unpin for NvmeDevice
impl UnwindSafe for NvmeDevice
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