pub struct Vp08 {
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 Vp08
impl StructuralPartialEq for Vp08
Auto Trait Implementations§
impl Freeze for Vp08
impl RefUnwindSafe for Vp08
impl Send for Vp08
impl Sync for Vp08
impl Unpin for Vp08
impl UnwindSafe for Vp08
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