pub struct CodecSignallingCheck;Expand description
Cross-validates PMT stream_type (0x1B/0x24/0x0F) against the
actual elementary-stream framing.
Trait Implementations§
Source§impl Clone for CodecSignallingCheck
impl Clone for CodecSignallingCheck
Source§fn clone(&self) -> CodecSignallingCheck
fn clone(&self) -> CodecSignallingCheck
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CodecSignallingCheck
Source§impl Debug for CodecSignallingCheck
impl Debug for CodecSignallingCheck
Source§impl Diagnostic for CodecSignallingCheck
impl Diagnostic for CodecSignallingCheck
Auto Trait Implementations§
impl Freeze for CodecSignallingCheck
impl RefUnwindSafe for CodecSignallingCheck
impl Send for CodecSignallingCheck
impl Sync for CodecSignallingCheck
impl Unpin for CodecSignallingCheck
impl UnsafeUnpin for CodecSignallingCheck
impl UnwindSafe for CodecSignallingCheck
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