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