Enum nix::sys::stat::FchmodatFlags
pub enum FchmodatFlags {
FollowSymlink,
NoFollowSymlink,
}Documentation
Flags for fchmodat function.
Variants
FollowSymlinkNoFollowSymlinkTrait Implementations
impl Clone for FchmodatFlags
fn clone(&Self) -> FchmodatFlagsimpl Copy for FchmodatFlagsimpl Debug for FchmodatFlags
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::ResultAuto Trait Implementations
impl RefUnwindSafe for FchmodatFlagsimpl Send for FchmodatFlagsimpl Sync for FchmodatFlagsimpl Unpin for FchmodatFlagsimpl UnwindSafe for FchmodatFlagsBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T