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