Enum nix::unistd::LinkatFlags  
pub enum LinkatFlags {    
    SymlinkFollow,
    NoSymlinkFollow,
}Documentation
Flags for linkat function.
Variants
SymlinkFollowNoSymlinkFollowTrait Implementations
impl Clone for LinkatFlags
fn clone(&Self) -> LinkatFlagsimpl Copy for LinkatFlagsimpl Debug for LinkatFlags
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::ResultAuto Trait Implementations
impl RefUnwindSafe for LinkatFlagsimpl Send for LinkatFlagsimpl Sync for LinkatFlagsimpl Unpin for LinkatFlagsimpl UnwindSafe for LinkatFlagsBlanket Implementations
impl<T> BorrowMut<T> for T
where
    T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T