pub enum Fstflags {
Atm = 1,
AtmNow = 2,
Mtim = 4,
MtimNow = 8,
}Variants§
Auto Trait Implementations§
impl Freeze for Fstflags
impl RefUnwindSafe for Fstflags
impl Send for Fstflags
impl Sync for Fstflags
impl Unpin for Fstflags
impl UnwindSafe for Fstflags
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