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