pub struct LineHeightScale {
pub none: String,
pub tight: String,
pub snug: String,
pub normal: String,
pub relaxed: String,
pub loose: String,
}
Expand description
Line height scale
Fields§
§none: String
§tight: String
§snug: String
§normal: String
§relaxed: String
§loose: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LineHeightScale
impl RefUnwindSafe for LineHeightScale
impl Send for LineHeightScale
impl Sync for LineHeightScale
impl Unpin for LineHeightScale
impl UnwindSafe for LineHeightScale
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