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 = Self(0i32)
pub const Keyboard: Self = Self(1i32)
pub const Mouse: Self = Self(2i32)
pub const GameController: Self = Self(3i32)
pub const Peripheral: Self = Self(4i32)
pub const Scene: Self = Self(5i32)
pub const Notification: Self = Self(6i32)
pub const Chassis: Self = Self(7i32)
pub const Wearable: Self = Self(8i32)
pub const Furniture: Self = Self(9i32)
pub const Art: Self = Self(10i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more