pub enum LapAlignment {
Left,
Center,
Right,
}
Expand description
Alignment options for overlapping content.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LapAlignment
impl Clone for LapAlignment
Source§fn clone(&self) -> LapAlignment
fn clone(&self) -> LapAlignment
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 LapAlignment
impl Debug for LapAlignment
Source§impl PartialEq for LapAlignment
impl PartialEq for LapAlignment
impl Eq for LapAlignment
impl StructuralPartialEq for LapAlignment
Auto Trait Implementations§
impl Freeze for LapAlignment
impl RefUnwindSafe for LapAlignment
impl Send for LapAlignment
impl Sync for LapAlignment
impl Unpin for LapAlignment
impl UnwindSafe for LapAlignment
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