Enum dis_rs::enumerations::AppearanceNVGMode
source · pub enum AppearanceNVGMode {
OvertLighting,
CovertLighting_NightVisionGoggles_,
Unspecified(u8),
}Variants§
Trait Implementations§
source§impl Clone for AppearanceNVGMode
impl Clone for AppearanceNVGMode
source§fn clone(&self) -> AppearanceNVGMode
fn clone(&self) -> AppearanceNVGMode
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 AppearanceNVGMode
impl Debug for AppearanceNVGMode
source§impl Default for AppearanceNVGMode
impl Default for AppearanceNVGMode
source§impl Display for AppearanceNVGMode
impl Display for AppearanceNVGMode
source§impl From<AppearanceNVGMode> for u8
impl From<AppearanceNVGMode> for u8
source§fn from(value: AppearanceNVGMode) -> Self
fn from(value: AppearanceNVGMode) -> Self
Converts to this type from the input type.
source§impl From<u8> for AppearanceNVGMode
impl From<u8> for AppearanceNVGMode
source§impl Hash for AppearanceNVGMode
impl Hash for AppearanceNVGMode
source§impl PartialEq for AppearanceNVGMode
impl PartialEq for AppearanceNVGMode
source§fn eq(&self, other: &AppearanceNVGMode) -> bool
fn eq(&self, other: &AppearanceNVGMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for AppearanceNVGMode
impl Eq for AppearanceNVGMode
impl StructuralEq for AppearanceNVGMode
impl StructuralPartialEq for AppearanceNVGMode
Auto Trait Implementations§
impl RefUnwindSafe for AppearanceNVGMode
impl Send for AppearanceNVGMode
impl Sync for AppearanceNVGMode
impl Unpin for AppearanceNVGMode
impl UnwindSafe for AppearanceNVGMode
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