pub struct WavScan {
pub fmt: Vec<u8>,
pub fact: Option<Vec<u8>>,
}Expand description
The structural chunks preserved for synthesis: the required fmt payload and
the optional fact payload (present for non-PCM codecs).
Fields§
§fmt: Vec<u8>§fact: Option<Vec<u8>>Trait Implementations§
impl Eq for WavScan
impl StructuralPartialEq for WavScan
Auto Trait Implementations§
impl Freeze for WavScan
impl RefUnwindSafe for WavScan
impl Send for WavScan
impl Sync for WavScan
impl Unpin for WavScan
impl UnsafeUnpin for WavScan
impl UnwindSafe for WavScan
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