pub enum AlignmentDirection {
Main,
Cross,
}
Variants§
Trait Implementations§
Source§impl Clone for AlignmentDirection
impl Clone for AlignmentDirection
Source§fn clone(&self) -> AlignmentDirection
fn clone(&self) -> AlignmentDirection
Returns a copy 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 moreimpl Copy for AlignmentDirection
Auto Trait Implementations§
impl Freeze for AlignmentDirection
impl RefUnwindSafe for AlignmentDirection
impl Send for AlignmentDirection
impl Sync for AlignmentDirection
impl Unpin for AlignmentDirection
impl UnwindSafe for AlignmentDirection
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