pub struct Uncv {
pub visual: Visual,
pub cmpd: Option<Cmpd>,
pub uncc: UncC,
pub btrt: Option<Btrt>,
pub ccst: Option<Ccst>,
pub pasp: Option<Pasp>,
}
Fields§
§visual: Visual
§cmpd: Option<Cmpd>
§uncc: UncC
§btrt: Option<Btrt>
§ccst: Option<Ccst>
§pasp: Option<Pasp>
Trait Implementations§
impl Eq for Uncv
impl StructuralPartialEq for Uncv
Auto Trait Implementations§
impl Freeze for Uncv
impl RefUnwindSafe for Uncv
impl Send for Uncv
impl Sync for Uncv
impl Unpin for Uncv
impl UnwindSafe for Uncv
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