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