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
pub const Forever: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more