Struct wayland_protocols::unstable::text_input::v1::client::zwp_text_input_manager_v1::ZwpTextInputManagerV1
source · pub struct ZwpTextInputManagerV1(/* private fields */);
Implementations§
source§impl ZwpTextInputManagerV1
impl ZwpTextInputManagerV1
sourcepub fn create_text_input(&self) -> Main<ZwpTextInputV1>
pub fn create_text_input(&self) -> Main<ZwpTextInputV1>
create text input
Creates a new text_input object.
Trait Implementations§
source§impl Clone for ZwpTextInputManagerV1
impl Clone for ZwpTextInputManagerV1
source§fn clone(&self) -> ZwpTextInputManagerV1
fn clone(&self) -> ZwpTextInputManagerV1
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 ZwpTextInputManagerV1
impl Debug for ZwpTextInputManagerV1
source§impl From<ZwpTextInputManagerV1> for Proxy<ZwpTextInputManagerV1>
impl From<ZwpTextInputManagerV1> for Proxy<ZwpTextInputManagerV1>
source§fn from(value: ZwpTextInputManagerV1) -> Self
fn from(value: ZwpTextInputManagerV1) -> Self
Converts to this type from the input type.
source§impl Interface for ZwpTextInputManagerV1
impl Interface for ZwpTextInputManagerV1
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 ZwpTextInputManagerV1
impl PartialEq for ZwpTextInputManagerV1
source§fn eq(&self, other: &ZwpTextInputManagerV1) -> bool
fn eq(&self, other: &ZwpTextInputManagerV1) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ZwpTextInputManagerV1
impl StructuralEq for ZwpTextInputManagerV1
impl StructuralPartialEq for ZwpTextInputManagerV1
Auto Trait Implementations§
impl !RefUnwindSafe for ZwpTextInputManagerV1
impl Send for ZwpTextInputManagerV1
impl Sync for ZwpTextInputManagerV1
impl Unpin for ZwpTextInputManagerV1
impl !UnwindSafe for ZwpTextInputManagerV1
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