Struct wayland_protocols::unstable::xdg_foreign::v1::client::zxdg_exported_v1::ZxdgExportedV1
source · pub struct ZxdgExportedV1(/* private fields */);
Implementations§
source§impl ZxdgExportedV1
impl ZxdgExportedV1
sourcepub fn destroy(&self)
pub fn destroy(&self)
unexport the exported surface
Revoke the previously exported surface. This invalidates any relationship the importer may have set up using the xdg_imported created given the handle sent via xdg_exported.handle.
This is a destructor, you cannot send requests to this object any longer once this method is called.
Trait Implementations§
source§impl AsRef<Proxy<ZxdgExportedV1>> for ZxdgExportedV1
impl AsRef<Proxy<ZxdgExportedV1>> for ZxdgExportedV1
source§impl Clone for ZxdgExportedV1
impl Clone for ZxdgExportedV1
source§fn clone(&self) -> ZxdgExportedV1
fn clone(&self) -> ZxdgExportedV1
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 ZxdgExportedV1
impl Debug for ZxdgExportedV1
source§impl From<Proxy<ZxdgExportedV1>> for ZxdgExportedV1
impl From<Proxy<ZxdgExportedV1>> for ZxdgExportedV1
source§impl From<ZxdgExportedV1> for Proxy<ZxdgExportedV1>
impl From<ZxdgExportedV1> for Proxy<ZxdgExportedV1>
source§fn from(value: ZxdgExportedV1) -> Self
fn from(value: ZxdgExportedV1) -> Self
Converts to this type from the input type.
source§impl Interface for ZxdgExportedV1
impl Interface for ZxdgExportedV1
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 ZxdgExportedV1
impl PartialEq for ZxdgExportedV1
source§fn eq(&self, other: &ZxdgExportedV1) -> bool
fn eq(&self, other: &ZxdgExportedV1) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ZxdgExportedV1
impl StructuralEq for ZxdgExportedV1
impl StructuralPartialEq for ZxdgExportedV1
Auto Trait Implementations§
impl !RefUnwindSafe for ZxdgExportedV1
impl Send for ZxdgExportedV1
impl Sync for ZxdgExportedV1
impl Unpin for ZxdgExportedV1
impl !UnwindSafe for ZxdgExportedV1
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