Struct LampArrayKind
#[repr(transparent)]pub struct LampArrayKind(pub i32);Tuple Fields§
§0: i32Implementations§
§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 duplicate 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
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