pub enum TextLineHeightPreset {
Compact,
Standard,
Comfortable,
Custom(f32),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TextLineHeightPreset
impl Clone for TextLineHeightPreset
Source§fn clone(&self) -> TextLineHeightPreset
fn clone(&self) -> TextLineHeightPreset
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 TextLineHeightPreset
impl Debug for TextLineHeightPreset
Source§impl PartialEq for TextLineHeightPreset
impl PartialEq for TextLineHeightPreset
impl Copy for TextLineHeightPreset
impl StructuralPartialEq for TextLineHeightPreset
Auto Trait Implementations§
impl Freeze for TextLineHeightPreset
impl RefUnwindSafe for TextLineHeightPreset
impl Send for TextLineHeightPreset
impl Sync for TextLineHeightPreset
impl Unpin for TextLineHeightPreset
impl UnsafeUnpin for TextLineHeightPreset
impl UnwindSafe for TextLineHeightPreset
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