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