Struct sysutil::StoragePartition
source · pub struct StoragePartition {
pub device: String,
pub mountPoint: String,
pub fileSystem: String,
pub size: ByteSize,
pub startPoint: usize,
}Expand description
Encloses device name, size and startpoint relative to a partition
Fields§
§device: String§mountPoint: String§fileSystem: String§size: ByteSize§startPoint: usizeTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for StoragePartition
impl Send for StoragePartition
impl Sync for StoragePartition
impl Unpin for StoragePartition
impl UnwindSafe for StoragePartition
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