Struct wayland_protocols::wlr::unstable::gamma_control::v1::client::zwlr_gamma_control_manager_v1::ZwlrGammaControlManagerV1
source · pub struct ZwlrGammaControlManagerV1(/* private fields */);
Implementations§
source§impl ZwlrGammaControlManagerV1
impl ZwlrGammaControlManagerV1
sourcepub fn get_gamma_control(&self, output: &WlOutput) -> Main<ZwlrGammaControlV1>
pub fn get_gamma_control(&self, output: &WlOutput) -> Main<ZwlrGammaControlV1>
get a gamma control for an output
Create a gamma control that can be used to adjust gamma tables for the provided output.
Trait Implementations§
source§impl Clone for ZwlrGammaControlManagerV1
impl Clone for ZwlrGammaControlManagerV1
source§fn clone(&self) -> ZwlrGammaControlManagerV1
fn clone(&self) -> ZwlrGammaControlManagerV1
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 ZwlrGammaControlManagerV1
impl Debug for ZwlrGammaControlManagerV1
source§impl From<ZwlrGammaControlManagerV1> for Proxy<ZwlrGammaControlManagerV1>
impl From<ZwlrGammaControlManagerV1> for Proxy<ZwlrGammaControlManagerV1>
source§fn from(value: ZwlrGammaControlManagerV1) -> Self
fn from(value: ZwlrGammaControlManagerV1) -> Self
Converts to this type from the input type.
source§impl Interface for ZwlrGammaControlManagerV1
impl Interface for ZwlrGammaControlManagerV1
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 ZwlrGammaControlManagerV1
impl PartialEq for ZwlrGammaControlManagerV1
source§fn eq(&self, other: &ZwlrGammaControlManagerV1) -> bool
fn eq(&self, other: &ZwlrGammaControlManagerV1) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ZwlrGammaControlManagerV1
impl StructuralEq for ZwlrGammaControlManagerV1
impl StructuralPartialEq for ZwlrGammaControlManagerV1
Auto Trait Implementations§
impl !RefUnwindSafe for ZwlrGammaControlManagerV1
impl Send for ZwlrGammaControlManagerV1
impl Sync for ZwlrGammaControlManagerV1
impl Unpin for ZwlrGammaControlManagerV1
impl !UnwindSafe for ZwlrGammaControlManagerV1
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