pub struct MountedFs {
pub device: FilePath,
pub mnt_dir: FilePath,
}
Expand description
Mounted File System “Mount” means read&write a file as a file system now
Fields§
§device: FilePath
§mnt_dir: FilePath
Implementations§
Auto Trait Implementations§
impl Freeze for MountedFs
impl RefUnwindSafe for MountedFs
impl Send for MountedFs
impl Sync for MountedFs
impl Unpin for MountedFs
impl UnwindSafe for MountedFs
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