pub enum AppearanceNVGMode {
OvertLighting,
CovertLighting_NightVisionGoggles_,
Unspecified(u8),
}Expand description
UID 400
Variants§
Trait Implementations§
Source§impl Clone for AppearanceNVGMode
impl Clone for AppearanceNVGMode
Source§fn clone(&self) -> AppearanceNVGMode
fn clone(&self) -> AppearanceNVGMode
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 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
impl Copy for AppearanceNVGMode
impl Eq for AppearanceNVGMode
impl StructuralPartialEq for AppearanceNVGMode
Auto Trait Implementations§
impl Freeze for AppearanceNVGMode
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