pub struct FactChunk {
pub id: FourCC,
pub data_size: u32,
pub sample_length: u32,
pub remaining_data: Vec<u8>,
}
Fields§
§id: FourCC
§data_size: u32
§sample_length: u32
§remaining_data: Vec<u8>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FactChunk
impl RefUnwindSafe for FactChunk
impl Send for FactChunk
impl Sync for FactChunk
impl Unpin for FactChunk
impl UnwindSafe for FactChunk
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