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