pub struct GetCrtcGamma {
pub crtc: Crtc,
}Expand description
The GetCrtcGamma request.
This request replies GetCrtcGammaReply.
Associated cookie types are GetCrtcGammaCookie and GetCrtcGammaCookieUnchecked.
Fields§
§crtc: CrtcTrait Implementations§
Source§impl Clone for GetCrtcGamma
impl Clone for GetCrtcGamma
Source§fn clone(&self) -> GetCrtcGamma
fn clone(&self) -> GetCrtcGamma
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 GetCrtcGamma
impl Debug for GetCrtcGamma
Source§impl RawRequest for GetCrtcGamma
impl RawRequest for GetCrtcGamma
Source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
Source§impl Request for GetCrtcGamma
impl Request for GetCrtcGamma
Source§impl RequestWithReply for GetCrtcGamma
impl RequestWithReply for GetCrtcGamma
Source§type Reply = GetCrtcGammaReply
type Reply = GetCrtcGammaReply
Reply associated with the request
Source§type Cookie = GetCrtcGammaCookie
type Cookie = GetCrtcGammaCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetCrtcGammaCookieUnchecked
type CookieUnchecked = GetCrtcGammaCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetCrtcGamma
impl RefUnwindSafe for GetCrtcGamma
impl Send for GetCrtcGamma
impl Sync for GetCrtcGamma
impl Unpin for GetCrtcGamma
impl UnwindSafe for GetCrtcGamma
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