pub struct SeekTable { /* private fields */ }
Expand description
A seek table to aid seeking in the stream.
Auto Trait Implementations§
impl Freeze for SeekTable
impl RefUnwindSafe for SeekTable
impl Send for SeekTable
impl Sync for SeekTable
impl Unpin for SeekTable
impl UnwindSafe for SeekTable
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