pub enum AlignmentY {
Top,
Centre,
Bottom,
}Variants§
Trait Implementations§
Source§impl Clone for AlignmentY
impl Clone for AlignmentY
Source§fn clone(&self) -> AlignmentY
fn clone(&self) -> AlignmentY
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 AlignmentY
impl Debug for AlignmentY
impl Copy for AlignmentY
Auto Trait Implementations§
impl Freeze for AlignmentY
impl RefUnwindSafe for AlignmentY
impl Send for AlignmentY
impl Sync for AlignmentY
impl Unpin for AlignmentY
impl UnwindSafe for AlignmentY
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