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