Struct breezy_osutils::mounts::MountEntry
source · pub struct MountEntry {
pub path: PathBuf,
pub fs_type: String,
pub options: String,
}Fields§
§path: PathBuf§fs_type: String§options: StringAuto Trait Implementations§
impl RefUnwindSafe for MountEntry
impl Send for MountEntry
impl Sync for MountEntry
impl Unpin for MountEntry
impl UnwindSafe for MountEntry
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