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