Expand description
struct zwp_input_method_v2*
Tuple Fields
0: *const c_void
Implementations
Trait Implementations
sourceimpl Clone for InputMethod
impl Clone for InputMethod
sourcefn clone(&self) -> InputMethod
fn clone(&self) -> InputMethod
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl PartialEq<InputMethod> for InputMethod
impl PartialEq<InputMethod> for InputMethod
sourcefn eq(&self, other: &InputMethod) -> bool
fn eq(&self, other: &InputMethod) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &InputMethod) -> bool
fn ne(&self, other: &InputMethod) -> bool
This method tests for !=
.
impl Copy for InputMethod
impl StructuralPartialEq for InputMethod
Auto Trait Implementations
impl RefUnwindSafe for InputMethod
impl !Send for InputMethod
impl !Sync for InputMethod
impl Unpin for InputMethod
impl UnwindSafe for InputMethod
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more