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