pub struct FontWeightScale {
pub thin: String,
pub extralight: String,
pub light: String,
pub normal: String,
pub medium: String,
pub semibold: String,
pub bold: String,
pub extrabold: String,
pub black: String,
}Expand description
Font weight scale
Fields§
§thin: String§extralight: String§light: String§normal: String§medium: String§semibold: String§bold: String§extrabold: String§black: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FontWeightScale
impl RefUnwindSafe for FontWeightScale
impl Send for FontWeightScale
impl Sync for FontWeightScale
impl Unpin for FontWeightScale
impl UnwindSafe for FontWeightScale
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