pub struct OpenAt2 { /* private fields */ }
Expand description
Open a file, equivalent to openat2(2)
.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for OpenAt2
impl !Send for OpenAt2
impl !Sync for OpenAt2
impl Unpin for OpenAt2
impl UnwindSafe for OpenAt2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more