pub enum LightBlueBannerRotation {
Show 16 variants
_0,
_1,
_2,
_3,
_4,
_5,
_6,
_7,
_8,
_9,
_10,
_11,
_12,
_13,
_14,
_15,
}Variants
_0
_1
_2
_3
_4
_5
_6
_7
_8
_9
_10
_11
_12
_13
_14
_15
Trait Implementations
sourceimpl Clone for LightBlueBannerRotation
impl Clone for LightBlueBannerRotation
sourcefn clone(&self) -> LightBlueBannerRotation
fn clone(&self) -> LightBlueBannerRotation
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 moresourceimpl Debug for LightBlueBannerRotation
impl Debug for LightBlueBannerRotation
sourceimpl From<usize> for LightBlueBannerRotation
impl From<usize> for LightBlueBannerRotation
impl Copy for LightBlueBannerRotation
Auto Trait Implementations
impl RefUnwindSafe for LightBlueBannerRotation
impl Send for LightBlueBannerRotation
impl Sync for LightBlueBannerRotation
impl Unpin for LightBlueBannerRotation
impl UnwindSafe for LightBlueBannerRotation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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