pub struct LetterSpacing(pub f32);
Expand description
A wrapper for letter spacing to get around that f32 doesn’t implement Eq and Hash
Tuple Fields§
§0: f32
Trait Implementations§
Source§impl Clone for LetterSpacing
impl Clone for LetterSpacing
Source§fn clone(&self) -> LetterSpacing
fn clone(&self) -> LetterSpacing
Returns a copy 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 LetterSpacing
impl Debug for LetterSpacing
Source§impl Hash for LetterSpacing
impl Hash for LetterSpacing
Source§impl PartialEq for LetterSpacing
impl PartialEq for LetterSpacing
impl Copy for LetterSpacing
impl Eq for LetterSpacing
Auto Trait Implementations§
impl Freeze for LetterSpacing
impl RefUnwindSafe for LetterSpacing
impl Send for LetterSpacing
impl Sync for LetterSpacing
impl Unpin for LetterSpacing
impl UnwindSafe for LetterSpacing
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