Enum nix::sys::stat::FchmodatFlags[][src]

pub enum FchmodatFlags {
    FollowSymlink,
    NoFollowSymlink,
}

Flags for fchmodat function.

Variants

Trait Implementations

impl Clone for FchmodatFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FchmodatFlags
[src]

impl Debug for FchmodatFlags
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FchmodatFlags

impl Sync for FchmodatFlags