pub enum DisplayGLMode {
off,
on,
core,
es,
}
Variants§
Trait Implementations§
Source§impl Clone for DisplayGLMode
impl Clone for DisplayGLMode
Source§fn clone(&self) -> DisplayGLMode
fn clone(&self) -> DisplayGLMode
Returns a duplicate 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 DisplayGLMode
impl Debug for DisplayGLMode
Source§impl<'de> Deserialize<'de> for DisplayGLMode
impl<'de> Deserialize<'de> for DisplayGLMode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Enum for DisplayGLMode
impl Enum for DisplayGLMode
Source§impl FromStr for DisplayGLMode
impl FromStr for DisplayGLMode
Source§impl Hash for DisplayGLMode
impl Hash for DisplayGLMode
Source§impl Ord for DisplayGLMode
impl Ord for DisplayGLMode
Source§fn cmp(&self, other: &DisplayGLMode) -> Ordering
fn cmp(&self, other: &DisplayGLMode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DisplayGLMode
impl PartialEq for DisplayGLMode
Source§impl PartialOrd for DisplayGLMode
impl PartialOrd for DisplayGLMode
Source§impl Serialize for DisplayGLMode
impl Serialize for DisplayGLMode
impl Copy for DisplayGLMode
impl Eq for DisplayGLMode
impl StructuralPartialEq for DisplayGLMode
Auto Trait Implementations§
impl Freeze for DisplayGLMode
impl RefUnwindSafe for DisplayGLMode
impl Send for DisplayGLMode
impl Sync for DisplayGLMode
impl Unpin for DisplayGLMode
impl UnwindSafe for DisplayGLMode
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