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