Enum nix::sys::stat::UtimensatFlags [−][src]
pub enum UtimensatFlags {
FollowSymlink,
NoFollowSymlink,
}
Expand description
Flags for utimensat
function.
Variants
FollowSymlink
NoFollowSymlink
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UtimensatFlags
impl Send for UtimensatFlags
impl Sync for UtimensatFlags
impl Unpin for UtimensatFlags
impl UnwindSafe for UtimensatFlags
Blanket Implementations
Mutably borrows from an owned value. Read more