pub enum TextHeightBehavior {
All = 0,
DisableFirstAscent = 1,
DisableLastDescent = 2,
DisableAll = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for TextHeightBehavior
impl Clone for TextHeightBehavior
Source§fn clone(&self) -> TextHeightBehavior
fn clone(&self) -> TextHeightBehavior
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 TextHeightBehavior
impl Debug for TextHeightBehavior
Source§impl Hash for TextHeightBehavior
impl Hash for TextHeightBehavior
Source§impl PartialEq for TextHeightBehavior
impl PartialEq for TextHeightBehavior
impl Copy for TextHeightBehavior
impl Eq for TextHeightBehavior
impl StructuralPartialEq for TextHeightBehavior
Auto Trait Implementations§
impl Freeze for TextHeightBehavior
impl RefUnwindSafe for TextHeightBehavior
impl Send for TextHeightBehavior
impl Sync for TextHeightBehavior
impl Unpin for TextHeightBehavior
impl UnwindSafe for TextHeightBehavior
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