pub struct Vp09 {
pub start_code: u16,
pub data_reference_index: u16,
pub width: u16,
pub height: u16,
pub horizresolution: FixedPoint<u16>,
pub vertresolution: FixedPoint<u16>,
pub frame_count: u16,
pub compressor: Compressor,
pub depth: u16,
pub end_code: u16,
pub vpcc: Vpcc,
}Fields§
§start_code: u16§data_reference_index: u16§width: u16§height: u16§horizresolution: FixedPoint<u16>§vertresolution: FixedPoint<u16>§frame_count: u16§compressor: Compressor§depth: u16§end_code: u16§vpcc: VpccTrait Implementations§
impl Eq for Vp09
impl StructuralPartialEq for Vp09
Auto Trait Implementations§
impl Freeze for Vp09
impl RefUnwindSafe for Vp09
impl Send for Vp09
impl Sync for Vp09
impl Unpin for Vp09
impl UnwindSafe for Vp09
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)