Struct windows_sys::Devices::Lights::Effects::LampArrayEffectStartMode
[−]#[repr(transparent)]pub struct LampArrayEffectStartMode(pub i32);
Expand description
Required features: "Devices_Lights_Effects"
Tuple Fields
0: i32
Implementations
impl LampArrayEffectStartMode
impl LampArrayEffectStartMode
pub const Sequential: Self = Self(0i32)
pub const Simultaneous: Self = Self(1i32)
Trait Implementations
impl Clone for LampArrayEffectStartMode
impl Clone for LampArrayEffectStartMode
impl Copy for LampArrayEffectStartMode
Auto Trait Implementations
impl RefUnwindSafe for LampArrayEffectStartMode
impl Send for LampArrayEffectStartMode
impl Sync for LampArrayEffectStartMode
impl Unpin for LampArrayEffectStartMode
impl UnwindSafe for LampArrayEffectStartMode
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