pub struct WlKeyboard;
Expand description
keyboard input device
The wl_keyboard interface represents one or more keyboards associated with a seat.
Trait Implementations§
Source§impl Debug for WlKeyboard
impl Debug for WlKeyboard
Source§impl Interface for WlKeyboard
impl Interface for WlKeyboard
Source§const NAME: &'static str = "wl_keyboard"
const NAME: &'static str = "wl_keyboard"
The name of this interface. This will correspond to the ‘name’ attribute
on the ‘interface’ element in the wayland protocol XML.
Auto Trait Implementations§
impl Freeze for WlKeyboard
impl RefUnwindSafe for WlKeyboard
impl Send for WlKeyboard
impl Sync for WlKeyboard
impl Unpin for WlKeyboard
impl UnwindSafe for WlKeyboard
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