pub struct PES<'buf> { /* private fields */ }
Expand description
ISO/IEC 13818-1
http://dvd.sourceforge.net/dvdinfo/pes-hdr.html
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'buf> Freeze for PES<'buf>
impl<'buf> RefUnwindSafe for PES<'buf>
impl<'buf> Send for PES<'buf>
impl<'buf> Sync for PES<'buf>
impl<'buf> Unpin for PES<'buf>
impl<'buf> UnwindSafe for PES<'buf>
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