pub struct SeekTable { /* private fields */ }Expand description
A seek table to aid seeking in the stream.
Auto Trait Implementations
impl RefUnwindSafe for SeekTable
impl Send for SeekTable
impl Sync for SeekTable
impl Unpin for SeekTable
impl UnwindSafe for SeekTable
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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