pub struct Disks { /* private fields */ }
Expand description
Wrapper above the sysinfo::Disks
struct
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