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