pub struct FsFlags {
pub intl: bool,
pub dircache: bool,
}Expand description
Filesystem flags.
Fields§
§intl: boolInternational mode enabled.
dircache: boolDirectory cache enabled.
Implementations§
Trait Implementations§
impl Copy for FsFlags
Auto Trait Implementations§
impl Freeze for FsFlags
impl RefUnwindSafe for FsFlags
impl Send for FsFlags
impl Sync for FsFlags
impl Unpin for FsFlags
impl UnwindSafe for FsFlags
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