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