pub enum LaunchFlash {
NoLaunchFlashPresent,
LaunchFlashPresent,
}
Expand description
Enum to represent an entity’s launch flash status.
Variants
NoLaunchFlashPresent
LaunchFlashPresent
Trait Implementations
sourceimpl Clone for LaunchFlash
impl Clone for LaunchFlash
sourcefn clone(&self) -> LaunchFlash
fn clone(&self) -> LaunchFlash
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for LaunchFlash
impl Debug for LaunchFlash
impl Copy for LaunchFlash
Auto Trait Implementations
impl RefUnwindSafe for LaunchFlash
impl Send for LaunchFlash
impl Sync for LaunchFlash
impl Unpin for LaunchFlash
impl UnwindSafe for LaunchFlash
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more