pub enum GrowDirection {
Vertical,
Horizontal,
}Expand description
Growth direction for stretchy / assembled glyph variants.
Variants§
Trait Implementations§
Source§impl Clone for GrowDirection
impl Clone for GrowDirection
Source§fn clone(&self) -> GrowDirection
fn clone(&self) -> GrowDirection
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 moreimpl Copy for GrowDirection
Source§impl Debug for GrowDirection
impl Debug for GrowDirection
impl Eq for GrowDirection
Source§impl PartialEq for GrowDirection
impl PartialEq for GrowDirection
impl StructuralPartialEq for GrowDirection
Auto Trait Implementations§
impl Freeze for GrowDirection
impl RefUnwindSafe for GrowDirection
impl Send for GrowDirection
impl Sync for GrowDirection
impl Unpin for GrowDirection
impl UnsafeUnpin for GrowDirection
impl UnwindSafe for GrowDirection
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