Enum torin::values::display::DisplayMode   
source · pub enum DisplayMode {
    Normal,
    Center,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for DisplayMode
 
impl Clone for DisplayMode
source§fn clone(&self) -> DisplayMode
 
fn clone(&self) -> DisplayMode
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 DisplayMode
 
impl Debug for DisplayMode
source§impl Default for DisplayMode
 
impl Default for DisplayMode
source§fn default() -> DisplayMode
 
fn default() -> DisplayMode
Returns the “default value” for a type. Read more
source§impl PartialEq<DisplayMode> for DisplayMode
 
impl PartialEq<DisplayMode> for DisplayMode
source§fn eq(&self, other: &DisplayMode) -> bool
 
fn eq(&self, other: &DisplayMode) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for DisplayMode
impl StructuralPartialEq for DisplayMode
Auto Trait Implementations§
impl RefUnwindSafe for DisplayMode
impl Send for DisplayMode
impl Sync for DisplayMode
impl Unpin for DisplayMode
impl UnwindSafe for DisplayMode
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