Enum nix::unistd::FchownatFlags
pub enum FchownatFlags {
FollowSymlink,
NoFollowSymlink,
}
Documentation
Flags for fchownat
function.
Variants
FollowSymlink
NoFollowSymlink
Trait Implementations
impl Clone for FchownatFlags
fn clone(&Self) -> FchownatFlags
impl Copy for FchownatFlags
impl Debug for FchownatFlags
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
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
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T