pub struct ReadDir<P> {
buf: P,
current: usize,
end: usize,
}Fields§
§buf: P§current: usize§end: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<P> Freeze for ReadDir<P>where
P: Freeze,
impl<P> RefUnwindSafe for ReadDir<P>where
P: RefUnwindSafe,
impl<P> Send for ReadDir<P>where
P: Send,
impl<P> Sync for ReadDir<P>where
P: Sync,
impl<P> Unpin for ReadDir<P>where
P: Unpin,
impl<P> UnwindSafe for ReadDir<P>where
P: 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