pub struct Avc1 {
pub visual: Visual,
pub avcc: Avcc,
pub btrt: Option<Btrt>,
pub colr: Option<Colr>,
pub pasp: Option<Pasp>,
pub taic: Option<Taic>,
}
Fields§
§visual: Visual
§avcc: Avcc
§btrt: Option<Btrt>
§colr: Option<Colr>
§pasp: Option<Pasp>
§taic: Option<Taic>
Trait 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