pub enum PresetPlaybackMode {
Off,
All,
Scene(u16),
}
Variants§
Trait Implementations§
Source§impl Clone for PresetPlaybackMode
impl Clone for PresetPlaybackMode
Source§fn clone(&self) -> PresetPlaybackMode
fn clone(&self) -> PresetPlaybackMode
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 PresetPlaybackMode
impl Debug for PresetPlaybackMode
Source§impl From<PresetPlaybackMode> for u16
impl From<PresetPlaybackMode> for u16
Source§fn from(value: PresetPlaybackMode) -> u16
fn from(value: PresetPlaybackMode) -> u16
Converts to this type from the input type.
Source§impl From<u16> for PresetPlaybackMode
impl From<u16> for PresetPlaybackMode
Source§impl PartialEq for PresetPlaybackMode
impl PartialEq for PresetPlaybackMode
impl Copy for PresetPlaybackMode
impl StructuralPartialEq for PresetPlaybackMode
Auto Trait Implementations§
impl Freeze for PresetPlaybackMode
impl RefUnwindSafe for PresetPlaybackMode
impl Send for PresetPlaybackMode
impl Sync for PresetPlaybackMode
impl Unpin for PresetPlaybackMode
impl UnwindSafe for PresetPlaybackMode
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