pub struct MountInfo {
pub dev_id: String,
pub dev_name: String,
pub fs_type: String,
pub mount_dir: String,
pub mount_option: String,
pub mount_root: String,
pub remote: bool,
pub dummy: bool,
}Fields§
§dev_id: String§dev_name: String§fs_type: String§mount_dir: String§mount_option: String§mount_root: String§remote: bool§dummy: boolTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MountInfo
impl Send for MountInfo
impl Sync for MountInfo
impl Unpin for MountInfo
impl UnwindSafe for MountInfo
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