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