pub struct FstatHandle<S: Statx> { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for FstatHandle<S>
impl<S> RefUnwindSafe for FstatHandle<S>where
S: RefUnwindSafe,
impl<S> Send for FstatHandle<S>where
S: Send,
impl<S> Sync for FstatHandle<S>where
S: Sync,
impl<S> Unpin for FstatHandle<S>
impl<S> UnsafeUnpin for FstatHandle<S>
impl<S> UnwindSafe for FstatHandle<S>where
S: UnwindSafe,
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