pub struct OggScan {
pub codec: Codec,
pub audio_offset: u64,
pub audio_length: u64,
}Expand description
Audio bounds + codec from a complete file, for the scanner.
Fields§
§codec: Codec§audio_offset: u64§audio_length: u64Trait Implementations§
impl Eq for OggScan
impl StructuralPartialEq for OggScan
Auto Trait Implementations§
impl Freeze for OggScan
impl RefUnwindSafe for OggScan
impl Send for OggScan
impl Sync for OggScan
impl Unpin for OggScan
impl UnsafeUnpin for OggScan
impl UnwindSafe for OggScan
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