pub struct Options { /* private fields */ }
Expand description
Options for a filesystem
Implementations§
source§impl Options
impl Options
sourcepub fn set_version(&mut self, version: u16)
pub fn set_version(&mut self, version: u16)
Set the requested version
sourcepub fn set_mount_point(&mut self, mount_point: impl AsWide)
pub fn set_mount_point(&mut self, mount_point: impl AsWide)
Set the mount point
sourcepub fn set_option_flags(&mut self, flags: OptionFlags)
pub fn set_option_flags(&mut self, flags: OptionFlags)
Set the option flags
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Options
impl !Send for Options
impl !Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
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