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