pub struct PairValues(pub u32, pub Option<u32>);Expand description
A @font-feature-values block declaration value that keeps one or two values.
Tuple Fields§
§0: u32§1: Option<u32>Trait Implementations§
Source§impl Clone for PairValues
impl Clone for PairValues
Source§fn clone(&self) -> PairValues
fn clone(&self) -> PairValues
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PairValues
impl Debug for PairValues
Source§impl PartialEq for PairValues
impl PartialEq for PairValues
Source§impl ToCss for PairValues
impl ToCss for PairValues
impl StructuralPartialEq for PairValues
Auto Trait Implementations§
impl Freeze for PairValues
impl RefUnwindSafe for PairValues
impl Send for PairValues
impl Sync for PairValues
impl Unpin for PairValues
impl UnwindSafe for PairValues
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