pub enum Orientation {
Up,
Right,
Down,
Left,
}
Variantsยง
Trait Implementationsยง
Sourceยงimpl Clone for Orientation
impl Clone for Orientation
Sourceยงfn clone(&self) -> Orientation
fn clone(&self) -> Orientation
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 moreSourceยงimpl Debug for Orientation
impl Debug for Orientation
Sourceยงimpl Hash for Orientation
impl Hash for Orientation
Sourceยงimpl PartialEq for Orientation
impl PartialEq for Orientation
impl Copy for Orientation
impl StructuralPartialEq for Orientation
Auto Trait Implementationsยง
impl Freeze for Orientation
impl RefUnwindSafe for Orientation
impl Send for Orientation
impl Sync for Orientation
impl Unpin for Orientation
impl UnwindSafe for Orientation
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