pub struct Disks {
disks: Vec<Disk>,
}
Expand description
Wrapper above the sysinfo::Disks
struct
Fields§
§disks: Vec<Disk>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Disks
impl RefUnwindSafe for Disks
impl Send for Disks
impl Sync for Disks
impl Unpin for Disks
impl UnwindSafe for Disks
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