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