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