pub struct InputMethod { /* private fields */ }
Expand description
An X11 input method, used to determine how text is input.
Implementations§
Trait Implementations§
Source§impl Debug for InputMethod
impl Debug for InputMethod
Auto Trait Implementations§
impl Freeze for InputMethod
impl RefUnwindSafe for InputMethod
impl !Send for InputMethod
impl !Sync for InputMethod
impl Unpin for InputMethod
impl UnwindSafe for InputMethod
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