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