Struct windows::Devices::Lights::LampArrayKind
#[repr(transparent)]pub struct LampArrayKind(pub i32);
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 = _
pub const Headset: Self = _
pub const Microphone: Self = _
pub const Speaker: Self = _
Trait Implementations§
§impl Clone for LampArrayKind
impl Clone for LampArrayKind
§fn clone(&self) -> LampArrayKind
fn clone(&self) -> LampArrayKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for LampArrayKind
impl Debug for LampArrayKind
§impl Default for LampArrayKind
impl Default for LampArrayKind
§fn default() -> LampArrayKind
fn default() -> LampArrayKind
Returns the “default value” for a type. Read more
§impl PartialEq for LampArrayKind
impl PartialEq for LampArrayKind
§fn eq(&self, other: &LampArrayKind) -> bool
fn eq(&self, other: &LampArrayKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LampArrayKind
impl Eq for LampArrayKind
impl StructuralPartialEq for LampArrayKind
Auto Trait Implementations§
impl Freeze for LampArrayKind
impl RefUnwindSafe for LampArrayKind
impl Send for LampArrayKind
impl Sync for LampArrayKind
impl Unpin for LampArrayKind
impl UnwindSafe for LampArrayKind
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)