pub struct SingleValue(pub u32);Expand description
A @font-feature-values block declaration value that keeps one value.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for SingleValue
impl Clone for SingleValue
Source§fn clone(&self) -> SingleValue
fn clone(&self) -> SingleValue
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 SingleValue
impl Debug for SingleValue
Source§impl PartialEq for SingleValue
impl PartialEq for SingleValue
Source§impl ToCss for SingleValue
impl ToCss for SingleValue
impl StructuralPartialEq for SingleValue
Auto Trait Implementations§
impl Freeze for SingleValue
impl RefUnwindSafe for SingleValue
impl Send for SingleValue
impl Sync for SingleValue
impl Unpin for SingleValue
impl UnwindSafe for SingleValue
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