pub struct Typography {Show 15 fields
pub display_large: f32,
pub display_medium: f32,
pub display_small: f32,
pub headline_large: f32,
pub headline_medium: f32,
pub headline_small: f32,
pub title_large: f32,
pub title_medium: f32,
pub title_small: f32,
pub body_large: f32,
pub body_medium: f32,
pub body_small: f32,
pub label_large: f32,
pub label_medium: f32,
pub label_small: f32,
}Fields§
§display_large: f32§display_medium: f32§display_small: f32§headline_large: f32§headline_medium: f32§headline_small: f32§title_large: f32§title_medium: f32§title_small: f32§body_large: f32§body_medium: f32§body_small: f32§label_large: f32§label_medium: f32§label_small: f32Trait Implementations§
Source§impl Clone for Typography
impl Clone for Typography
Source§fn clone(&self) -> Typography
fn clone(&self) -> Typography
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Typography
Source§impl Debug for Typography
impl Debug for Typography
Auto Trait Implementations§
impl Freeze for Typography
impl RefUnwindSafe for Typography
impl Send for Typography
impl Sync for Typography
impl Unpin for Typography
impl UnsafeUnpin for Typography
impl UnwindSafe for Typography
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