Enum nix::unistd::LinkatFlags [−][src]
pub enum LinkatFlags {
SymlinkFollow,
NoSymlinkFollow,
}
Expand description
Flags for linkat
function.
Variants
SymlinkFollow
NoSymlinkFollow
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LinkatFlags
impl Send for LinkatFlags
impl Sync for LinkatFlags
impl Unpin for LinkatFlags
impl UnwindSafe for LinkatFlags
Blanket Implementations
Mutably borrows from an owned value. Read more