Struct wayland_protocols::misc::zwp_input_method_v2::client::zwp_input_popup_surface_v2::ZwpInputPopupSurfaceV2
source · pub struct ZwpInputPopupSurfaceV2(/* private fields */);
Implementations§
Trait Implementations§
source§impl Clone for ZwpInputPopupSurfaceV2
impl Clone for ZwpInputPopupSurfaceV2
source§fn clone(&self) -> ZwpInputPopupSurfaceV2
fn clone(&self) -> ZwpInputPopupSurfaceV2
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 ZwpInputPopupSurfaceV2
impl Debug for ZwpInputPopupSurfaceV2
source§impl From<ZwpInputPopupSurfaceV2> for Proxy<ZwpInputPopupSurfaceV2>
impl From<ZwpInputPopupSurfaceV2> for Proxy<ZwpInputPopupSurfaceV2>
source§fn from(value: ZwpInputPopupSurfaceV2) -> Self
fn from(value: ZwpInputPopupSurfaceV2) -> Self
Converts to this type from the input type.
source§impl Interface for ZwpInputPopupSurfaceV2
impl Interface for ZwpInputPopupSurfaceV2
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 ZwpInputPopupSurfaceV2
impl PartialEq for ZwpInputPopupSurfaceV2
source§fn eq(&self, other: &ZwpInputPopupSurfaceV2) -> bool
fn eq(&self, other: &ZwpInputPopupSurfaceV2) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ZwpInputPopupSurfaceV2
impl StructuralEq for ZwpInputPopupSurfaceV2
impl StructuralPartialEq for ZwpInputPopupSurfaceV2
Auto Trait Implementations§
impl !RefUnwindSafe for ZwpInputPopupSurfaceV2
impl Send for ZwpInputPopupSurfaceV2
impl Sync for ZwpInputPopupSurfaceV2
impl Unpin for ZwpInputPopupSurfaceV2
impl !UnwindSafe for ZwpInputPopupSurfaceV2
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