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