pub enum DisplaySide {
L,
R,
}Expand description
Which display to show an overlay on.
Variants§
Trait Implementations§
Source§impl Clone for DisplaySide
impl Clone for DisplaySide
Source§fn clone(&self) -> DisplaySide
fn clone(&self) -> DisplaySide
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DisplaySide
Source§impl Debug for DisplaySide
impl Debug for DisplaySide
impl Eq for DisplaySide
Source§impl PartialEq for DisplaySide
impl PartialEq for DisplaySide
Source§fn eq(&self, other: &DisplaySide) -> bool
fn eq(&self, other: &DisplaySide) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DisplaySide
Auto Trait Implementations§
impl Freeze for DisplaySide
impl RefUnwindSafe for DisplaySide
impl Send for DisplaySide
impl Sync for DisplaySide
impl Unpin for DisplaySide
impl UnsafeUnpin for DisplaySide
impl UnwindSafe for DisplaySide
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