pub struct Av01 {
pub visual: Visual,
pub av1c: Av1c,
pub btrt: Option<Btrt>,
pub colr: Option<Colr>,
pub pasp: Option<Pasp>,
pub taic: Option<Taic>,
}
Fields§
§visual: Visual
§av1c: Av1c
§btrt: Option<Btrt>
§colr: Option<Colr>
§pasp: Option<Pasp>
§taic: Option<Taic>
Trait Implementations§
impl Eq for Av01
impl StructuralPartialEq for Av01
Auto Trait Implementations§
impl Freeze for Av01
impl RefUnwindSafe for Av01
impl Send for Av01
impl Sync for Av01
impl Unpin for Av01
impl UnwindSafe for Av01
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