pub enum TextAutofit {
NoAutofit,
Normal(NormalAutofit),
ShapeAutofit,
}Expand description
The three members of EG_TextAutofit.
Variants§
Trait Implementations§
Source§impl Clone for TextAutofit
impl Clone for TextAutofit
Source§fn clone(&self) -> TextAutofit
fn clone(&self) -> TextAutofit
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TextAutofit
impl Debug for TextAutofit
impl Eq for TextAutofit
Source§impl PartialEq for TextAutofit
impl PartialEq for TextAutofit
impl StructuralPartialEq for TextAutofit
Auto Trait Implementations§
impl Freeze for TextAutofit
impl RefUnwindSafe for TextAutofit
impl Send for TextAutofit
impl Sync for TextAutofit
impl Unpin for TextAutofit
impl UnsafeUnpin for TextAutofit
impl UnwindSafe for TextAutofit
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