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