#[repr(isize)]pub enum AtFlag {
FDCWD = -100,
REMOVEDIR = 512,
SymlinkFollow = 1_024,
SymlinkNoFollow = 256,
}Variants§
Trait Implementations§
impl Copy for AtFlag
Auto Trait Implementations§
impl Freeze for AtFlag
impl RefUnwindSafe for AtFlag
impl Send for AtFlag
impl Sync for AtFlag
impl Unpin for AtFlag
impl UnwindSafe for AtFlag
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more