Struct wayland_protocols::unstable::text_input::v3::client::zwp_text_input_manager_v3::ZwpTextInputManagerV3
source · pub struct ZwpTextInputManagerV3(/* private fields */);
Implementations§
source§impl ZwpTextInputManagerV3
impl ZwpTextInputManagerV3
sourcepub fn destroy(&self)
pub fn destroy(&self)
Destroy the wp_text_input_manager
Destroy the wp_text_input_manager object.
This is a destructor, you cannot send requests to this object any longer once this method is called.
sourcepub fn get_text_input(&self, seat: &WlSeat) -> Main<ZwpTextInputV3>
pub fn get_text_input(&self, seat: &WlSeat) -> Main<ZwpTextInputV3>
create a new text input object
Creates a new text-input object for a given seat.
Trait Implementations§
source§impl Clone for ZwpTextInputManagerV3
impl Clone for ZwpTextInputManagerV3
source§fn clone(&self) -> ZwpTextInputManagerV3
fn clone(&self) -> ZwpTextInputManagerV3
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 ZwpTextInputManagerV3
impl Debug for ZwpTextInputManagerV3
source§impl From<ZwpTextInputManagerV3> for Proxy<ZwpTextInputManagerV3>
impl From<ZwpTextInputManagerV3> for Proxy<ZwpTextInputManagerV3>
source§fn from(value: ZwpTextInputManagerV3) -> Self
fn from(value: ZwpTextInputManagerV3) -> Self
Converts to this type from the input type.
source§impl Interface for ZwpTextInputManagerV3
impl Interface for ZwpTextInputManagerV3
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 ZwpTextInputManagerV3
impl PartialEq for ZwpTextInputManagerV3
source§fn eq(&self, other: &ZwpTextInputManagerV3) -> bool
fn eq(&self, other: &ZwpTextInputManagerV3) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ZwpTextInputManagerV3
impl StructuralEq for ZwpTextInputManagerV3
impl StructuralPartialEq for ZwpTextInputManagerV3
Auto Trait Implementations§
impl !RefUnwindSafe for ZwpTextInputManagerV3
impl Send for ZwpTextInputManagerV3
impl Sync for ZwpTextInputManagerV3
impl Unpin for ZwpTextInputManagerV3
impl !UnwindSafe for ZwpTextInputManagerV3
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