pub struct LineHeightStyle {
pub alignment: LineHeightAlignment,
pub trim: LineHeightTrim,
pub mode: LineHeightMode,
}Fields§
§alignment: LineHeightAlignment§trim: LineHeightTrim§mode: LineHeightModeTrait Implementations§
Source§impl Clone for LineHeightStyle
impl Clone for LineHeightStyle
Source§fn clone(&self) -> LineHeightStyle
fn clone(&self) -> LineHeightStyle
Returns a duplicate 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 LineHeightStyle
impl Debug for LineHeightStyle
Source§impl Default for LineHeightStyle
impl Default for LineHeightStyle
Source§impl Hash for LineHeightStyle
impl Hash for LineHeightStyle
Source§impl PartialEq for LineHeightStyle
impl PartialEq for LineHeightStyle
impl Copy for LineHeightStyle
impl Eq for LineHeightStyle
impl StructuralPartialEq for LineHeightStyle
Auto Trait Implementations§
impl Freeze for LineHeightStyle
impl RefUnwindSafe for LineHeightStyle
impl Send for LineHeightStyle
impl Sync for LineHeightStyle
impl Unpin for LineHeightStyle
impl UnsafeUnpin for LineHeightStyle
impl UnwindSafe for LineHeightStyle
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