Enum nix::sys::stat::UtimensatFlags
pub enum UtimensatFlags {
FollowSymlink,
NoFollowSymlink,
}Documentation
Flags for utimensat function.
Variants
FollowSymlinkNoFollowSymlinkTrait Implementations
impl Clone for UtimensatFlags
fn clone(&Self) -> UtimensatFlagsimpl Copy for UtimensatFlagsimpl Debug for UtimensatFlags
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::ResultAuto Trait Implementations
impl RefUnwindSafe for UtimensatFlagsimpl Send for UtimensatFlagsimpl Sync for UtimensatFlagsimpl Unpin for UtimensatFlagsimpl UnwindSafe for UtimensatFlagsBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T