pub struct PakItem<'t> { /* private fields */ }Expand description
An iterator item representing a file in a PAK archive.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'t> Freeze for PakItem<'t>
impl<'t> RefUnwindSafe for PakItem<'t>
impl<'t> Send for PakItem<'t>
impl<'t> Sync for PakItem<'t>
impl<'t> Unpin for PakItem<'t>
impl<'t> UnsafeUnpin for PakItem<'t>
impl<'t> UnwindSafe for PakItem<'t>
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