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