pub struct FileChunk {
pub cue_point_id: u32,
pub media_type: u32,
pub file_data: Vec<u8>,
}
Fields§
§cue_point_id: u32
§media_type: u32
§file_data: Vec<u8>
Trait Implementations§
Source§impl Ord for FileChunk
impl Ord for FileChunk
Source§impl PartialOrd for FileChunk
impl PartialOrd for FileChunk
impl Eq for FileChunk
impl StructuralPartialEq for FileChunk
Auto Trait Implementations§
impl Freeze for FileChunk
impl RefUnwindSafe for FileChunk
impl Send for FileChunk
impl Sync for FileChunk
impl Unpin for FileChunk
impl UnwindSafe for FileChunk
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