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