pub struct LetterSpacingScale {
pub tighter: String,
pub tight: String,
pub normal: String,
pub wide: String,
pub wider: String,
pub widest: String,
}Expand description
Letter spacing scale
Fields§
§tighter: String§tight: String§normal: String§wide: String§wider: String§widest: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LetterSpacingScale
impl RefUnwindSafe for LetterSpacingScale
impl Send for LetterSpacingScale
impl Sync for LetterSpacingScale
impl Unpin for LetterSpacingScale
impl UnwindSafe for LetterSpacingScale
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