pub enum SyncInfo {
Ac3(Ac3SyncInfo),
Eac3(Eac3SyncInfo),
}Expand description
Parsed bitstream sync info — discriminated union returned by the
codec-agnostic parse_sync_info entry point.
Variants§
Ac3(Ac3SyncInfo)
Eac3(Eac3SyncInfo)
Trait Implementations§
impl Copy for SyncInfo
impl Eq for SyncInfo
impl StructuralPartialEq for SyncInfo
Auto Trait Implementations§
impl Freeze for SyncInfo
impl RefUnwindSafe for SyncInfo
impl Send for SyncInfo
impl Sync for SyncInfo
impl Unpin for SyncInfo
impl UnsafeUnpin for SyncInfo
impl UnwindSafe for SyncInfo
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