Struct windows_sys::Devices::Lights::LampArrayKind
[−]#[repr(transparent)]pub struct LampArrayKind(pub i32);
Expand description
Required features: ‘Devices_Lights’
Tuple Fields
0: i32
Implementations
impl LampArrayKind
impl LampArrayKind
pub const Undefined: Self
pub const Keyboard: Self
pub const Mouse: Self
pub const GameController: Self
pub const Peripheral: Self
pub const Scene: Self
pub const Notification: Self
pub const Chassis: Self
pub const Wearable: Self
pub const Furniture: Self
pub const Art: Self
Trait Implementations
impl Clone for LampArrayKind
impl Clone for LampArrayKind
impl Copy for LampArrayKind
Auto Trait Implementations
impl RefUnwindSafe for LampArrayKind
impl Send for LampArrayKind
impl Sync for LampArrayKind
impl Unpin for LampArrayKind
impl UnwindSafe for LampArrayKind
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