pub fn list_non_ejectable() -> Result<Vec<MountPoint>>Expand description
Lists only non-ejectable/non-removable mounted volumes (internal drives, etc.).
Shorthand for list_with(ListOptions::non_ejectable_only()).
pub fn list_non_ejectable() -> Result<Vec<MountPoint>>Lists only non-ejectable/non-removable mounted volumes (internal drives, etc.).
Shorthand for list_with(ListOptions::non_ejectable_only()).