pub enum LaunchFlash {
NoLaunchFlashPresent = 0,
LaunchFlashPresent = 1,
}
Expand description
Enum to represent an entity’s launch flash status.
Variants§
Implementations§
Source§impl LaunchFlash
impl LaunchFlash
pub fn from_u8(bit: u8) -> LaunchFlash
Trait Implementations§
Source§impl Clone for LaunchFlash
impl Clone for LaunchFlash
Source§fn clone(&self) -> LaunchFlash
fn clone(&self) -> LaunchFlash
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 LaunchFlash
impl Debug for LaunchFlash
impl Copy for LaunchFlash
Auto Trait Implementations§
impl Freeze for LaunchFlash
impl RefUnwindSafe for LaunchFlash
impl Send for LaunchFlash
impl Sync for LaunchFlash
impl Unpin for LaunchFlash
impl UnwindSafe for LaunchFlash
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