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