Enum nix::sys::stat::FchmodatFlags
source · pub enum FchmodatFlags {
FollowSymlink,
NoFollowSymlink,
}
Expand description
Flags for fchmodat
function.
Variants§
Trait Implementations§
source§impl Clone for FchmodatFlags
impl Clone for FchmodatFlags
source§fn clone(&self) -> FchmodatFlags
fn clone(&self) -> FchmodatFlags
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more