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