pub struct Archive<R> { /* private fields */ }Implementations§
Source§impl<R> Archive<R>
impl<R> Archive<R>
pub const TYPE_CODE: FourCC
pub const CREATOR_CODE: FourCC
Sourcepub fn into_inner(self) -> R
pub fn into_inner(self) -> R
Returns the underlying reader, not that it’s read position will have changed from when you passed it in
Auto Trait Implementations§
impl<R> Freeze for Archive<R>
impl<R> RefUnwindSafe for Archive<R>where
R: RefUnwindSafe,
impl<R> !Send for Archive<R>
impl<R> !Sync for Archive<R>
impl<R> Unpin for Archive<R>
impl<R> UnwindSafe for Archive<R>where
R: RefUnwindSafe,
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