pub struct Hev1Box {
pub data_reference_index: u16,
pub width: u16,
pub height: u16,
pub horizresolution: FixedPointU16,
pub vertresolution: FixedPointU16,
pub frame_count: u16,
pub depth: u16,
pub hvcc: HvcCBox,
}Fields§
§data_reference_index: u16§width: u16§height: u16§horizresolution: FixedPointU16§vertresolution: FixedPointU16§frame_count: u16§depth: u16§hvcc: HvcCBoxImplementations§
Trait Implementations§
source§impl PartialEq for Hev1Box
impl PartialEq for Hev1Box
impl Eq for Hev1Box
impl StructuralPartialEq for Hev1Box
Auto Trait Implementations§
impl Freeze for Hev1Box
impl RefUnwindSafe for Hev1Box
impl Send for Hev1Box
impl Sync for Hev1Box
impl Unpin for Hev1Box
impl UnwindSafe for Hev1Box
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