pub struct ZwpInputMethodV1 { /* private fields */ }Available on crate feature
input-method-unstable-v1 only.Expand description
input method
An input method object is responsible for composing text in response to input from hardware or virtual keyboards. There is one input method object per seat. On activate there is a new input method context object created which allows the input method to communicate with the text input.
See Event for the list of possible events.
Trait Implementations§
Source§impl Borrow<ObjectId> for ZwpInputMethodV1
impl Borrow<ObjectId> for ZwpInputMethodV1
Source§impl Clone for ZwpInputMethodV1
impl Clone for ZwpInputMethodV1
Source§fn clone(&self) -> ZwpInputMethodV1
fn clone(&self) -> ZwpInputMethodV1
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 ZwpInputMethodV1
impl Debug for ZwpInputMethodV1
Source§impl Hash for ZwpInputMethodV1
impl Hash for ZwpInputMethodV1
Source§impl Ord for ZwpInputMethodV1
impl Ord for ZwpInputMethodV1
Source§impl PartialEq<ObjectId> for ZwpInputMethodV1
impl PartialEq<ObjectId> for ZwpInputMethodV1
Source§impl PartialEq<ZwpInputMethodV1> for ObjectId
impl PartialEq<ZwpInputMethodV1> for ObjectId
Source§impl PartialEq for ZwpInputMethodV1
impl PartialEq for ZwpInputMethodV1
Source§impl PartialOrd for ZwpInputMethodV1
impl PartialOrd for ZwpInputMethodV1
Source§impl Proxy for ZwpInputMethodV1
impl Proxy for ZwpInputMethodV1
Source§impl TryFrom<Object> for ZwpInputMethodV1
impl TryFrom<Object> for ZwpInputMethodV1
Source§type Error = WrongObject
type Error = WrongObject
The type returned in the event of a conversion error.
impl Copy for ZwpInputMethodV1
impl Eq for ZwpInputMethodV1
Auto Trait Implementations§
impl Freeze for ZwpInputMethodV1
impl RefUnwindSafe for ZwpInputMethodV1
impl Send for ZwpInputMethodV1
impl Sync for ZwpInputMethodV1
impl Unpin for ZwpInputMethodV1
impl UnwindSafe for ZwpInputMethodV1
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