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