Struct wayland_protocols::unstable::input_method::v1::client::zwp_input_method_v1::ZwpInputMethodV1
source · pub struct ZwpInputMethodV1(/* private fields */);
Trait Implementations§
source§impl AsRef<Proxy<ZwpInputMethodV1>> for ZwpInputMethodV1
impl AsRef<Proxy<ZwpInputMethodV1>> for ZwpInputMethodV1
source§impl Clone for ZwpInputMethodV1
impl Clone for ZwpInputMethodV1
source§fn clone(&self) -> ZwpInputMethodV1
fn clone(&self) -> ZwpInputMethodV1
Returns a copy 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 From<Proxy<ZwpInputMethodV1>> for ZwpInputMethodV1
impl From<Proxy<ZwpInputMethodV1>> for ZwpInputMethodV1
source§impl From<ZwpInputMethodV1> for Proxy<ZwpInputMethodV1>
impl From<ZwpInputMethodV1> for Proxy<ZwpInputMethodV1>
source§fn from(value: ZwpInputMethodV1) -> Self
fn from(value: ZwpInputMethodV1) -> Self
Converts to this type from the input type.
source§impl Interface for ZwpInputMethodV1
impl Interface for ZwpInputMethodV1
source§fn c_interface() -> *const wl_interface
fn c_interface() -> *const wl_interface
Pointer to the C representation of this interface
source§impl PartialEq for ZwpInputMethodV1
impl PartialEq for ZwpInputMethodV1
source§fn eq(&self, other: &ZwpInputMethodV1) -> bool
fn eq(&self, other: &ZwpInputMethodV1) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ZwpInputMethodV1
impl StructuralEq for ZwpInputMethodV1
impl StructuralPartialEq for ZwpInputMethodV1
Auto Trait Implementations§
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