pub struct Vp09Box {Show 15 fields
pub version: u8,
pub flags: u32,
pub start_code: u16,
pub data_reference_index: u16,
pub reserved0: [u8; 16],
pub width: u16,
pub height: u16,
pub horizresolution: (u16, u16),
pub vertresolution: (u16, u16),
pub reserved1: [u8; 4],
pub frame_count: u16,
pub compressorname: [u8; 32],
pub depth: u16,
pub end_code: u16,
pub vpcc: RawBox<VpccBox>,
}
Expand description
Note: Vp08Box
is identical to Vp09Box
Fields§
§version: u8
§flags: u32
§start_code: u16
§data_reference_index: u16
§reserved0: [u8; 16]
§width: u16
§height: u16
§horizresolution: (u16, u16)
§vertresolution: (u16, u16)
§reserved1: [u8; 4]
§frame_count: u16
§compressorname: [u8; 32]
§depth: u16
§end_code: u16
§vpcc: RawBox<VpccBox>
Trait Implementations§
impl Eq for Vp09Box
impl StructuralPartialEq for Vp09Box
Auto Trait Implementations§
impl Freeze for Vp09Box
impl RefUnwindSafe for Vp09Box
impl Send for Vp09Box
impl Sync for Vp09Box
impl Unpin for Vp09Box
impl UnwindSafe for Vp09Box
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)