Enum me3_framework::overlay::widgets::plot::Orientation
source · [−]pub enum Orientation {
Horizontal,
Vertical,
}
Expand description
Determines whether a plot element is vertically or horizontally oriented.
Variants
Horizontal
Vertical
Trait Implementations
sourceimpl Clone for Orientation
impl Clone for Orientation
sourcefn clone(&self) -> Orientation
fn clone(&self) -> Orientation
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for Orientation
impl Debug for Orientation
sourceimpl Default for Orientation
impl Default for Orientation
sourcefn default() -> Orientation
fn default() -> Orientation
Returns the “default value” for a type. Read more
sourceimpl PartialEq<Orientation> for Orientation
impl PartialEq<Orientation> for Orientation
sourcefn eq(&self, other: &Orientation) -> bool
fn eq(&self, other: &Orientation) -> bool
impl Copy for Orientation
impl Eq for Orientation
impl StructuralEq for Orientation
impl StructuralPartialEq for Orientation
Auto Trait Implementations
impl RefUnwindSafe for Orientation
impl Send for Orientation
impl Sync for Orientation
impl Unpin for Orientation
impl UnwindSafe for Orientation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more