Struct x11rb::protocol::xkb::DeviceLedInfo [−][src]
pub struct DeviceLedInfo {
pub led_class: LedClass,
pub led_id: IDSpec,
pub names_present: u32,
pub maps_present: u32,
pub phys_indicators: u32,
pub state: u32,
pub names: Vec<Atom>,
pub maps: Vec<IndicatorMap>,
}
Fields
led_class: LedClass
led_id: IDSpec
names_present: u32
maps_present: u32
phys_indicators: u32
state: u32
names: Vec<Atom>
maps: Vec<IndicatorMap>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DeviceLedInfo
impl Send for DeviceLedInfo
impl Sync for DeviceLedInfo
impl Unpin for DeviceLedInfo
impl UnwindSafe for DeviceLedInfo
Blanket Implementations
Mutably borrows from an owned value. Read more