pub enum LineHeightMode {
Fixed,
Minimum,
Tight,
}Variants§
Trait Implementations§
Source§impl Clone for LineHeightMode
impl Clone for LineHeightMode
Source§fn clone(&self) -> LineHeightMode
fn clone(&self) -> LineHeightMode
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 LineHeightMode
impl Debug for LineHeightMode
Source§impl Default for LineHeightMode
impl Default for LineHeightMode
Source§fn default() -> LineHeightMode
fn default() -> LineHeightMode
Returns the “default value” for a type. Read more
Source§impl Hash for LineHeightMode
impl Hash for LineHeightMode
Source§impl PartialEq for LineHeightMode
impl PartialEq for LineHeightMode
impl Copy for LineHeightMode
impl Eq for LineHeightMode
impl StructuralPartialEq for LineHeightMode
Auto Trait Implementations§
impl Freeze for LineHeightMode
impl RefUnwindSafe for LineHeightMode
impl Send for LineHeightMode
impl Sync for LineHeightMode
impl Unpin for LineHeightMode
impl UnsafeUnpin for LineHeightMode
impl UnwindSafe for LineHeightMode
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