#[repr(u32)]pub enum PropertyId {
Show 13 variants
PropertyArray = 1,
MicEnabled = 2,
SurroundSoundEnabled = 3,
SidetoneEnabled = 4,
EqualizerPreset = 5,
PhysicalLayout = 6,
LogicalLayout = 7,
MacroKeyArray = 8,
BatteryLevel = 9,
ChannelLedCount = 10,
ChannelDeviceCount = 11,
ChannelDeviceLedCountArray = 12,
ChannelDeviceTypeArray = 13,
}Expand description
Identifier for a device property.
Variants§
PropertyArray = 1
MicEnabled = 2
SurroundSoundEnabled = 3
SidetoneEnabled = 4
EqualizerPreset = 5
PhysicalLayout = 6
LogicalLayout = 7
MacroKeyArray = 8
BatteryLevel = 9
ChannelLedCount = 10
ChannelDeviceCount = 11
ChannelDeviceLedCountArray = 12
ChannelDeviceTypeArray = 13
Trait Implementations§
Source§impl Clone for PropertyId
impl Clone for PropertyId
Source§fn clone(&self) -> PropertyId
fn clone(&self) -> PropertyId
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 moreSource§impl Debug for PropertyId
impl Debug for PropertyId
Source§impl Hash for PropertyId
impl Hash for PropertyId
Source§impl PartialEq for PropertyId
impl PartialEq for PropertyId
impl Copy for PropertyId
impl Eq for PropertyId
impl StructuralPartialEq for PropertyId
Auto Trait Implementations§
impl Freeze for PropertyId
impl RefUnwindSafe for PropertyId
impl Send for PropertyId
impl Sync for PropertyId
impl Unpin for PropertyId
impl UnwindSafe for PropertyId
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