Type Definition xcb::xkb::GetDeviceInfoReply [−][src]
type GetDeviceInfoReply = Reply<xcb_xkb_get_device_info_reply_t>;
Implementations
impl GetDeviceInfoReply
[src]
pub fn device_i_d(&self) -> u8
[src]
pub fn present(&self) -> u16
[src]
pub fn supported(&self) -> u16
[src]
pub fn unsupported(&self) -> u16
[src]
pub fn n_device_led_f_bs(&self) -> u16
[src]
pub fn first_btn_wanted(&self) -> u8
[src]
pub fn n_btns_wanted(&self) -> u8
[src]
pub fn first_btn_rtrn(&self) -> u8
[src]
pub fn n_btns_rtrn(&self) -> u8
[src]
pub fn total_btns(&self) -> u8
[src]
pub fn has_own_state(&self) -> bool
[src]
pub fn dflt_kbd_f_b(&self) -> u16
[src]
pub fn dflt_led_f_b(&self) -> u16
[src]
pub fn dev_type(&self) -> Atom
[src]
pub fn name_len(&self) -> u16
[src]
pub fn name(&self) -> &[String8]
[src]
pub fn btn_actions(&self) -> ActionIteratorⓘNotable traits for ActionIterator
impl Iterator for ActionIterator type Item = Action;
[src]
Notable traits for ActionIterator
impl Iterator for ActionIterator type Item = Action;
pub fn leds(&self) -> DeviceLedInfoIterator<'_>ⓘNotable traits for DeviceLedInfoIterator<'a>
impl<'a> Iterator for DeviceLedInfoIterator<'a> type Item = DeviceLedInfo<'a>;
[src]
Notable traits for DeviceLedInfoIterator<'a>
impl<'a> Iterator for DeviceLedInfoIterator<'a> type Item = DeviceLedInfo<'a>;