pub struct GetCrtcGammaSize {
pub crtc: Crtc,
}Expand description
The GetCrtcGammaSize request.
This request replies GetCrtcGammaSizeReply.
Associated cookie types are GetCrtcGammaSizeCookie and GetCrtcGammaSizeCookieUnchecked.
Fields§
§crtc: CrtcTrait Implementations§
Source§impl Clone for GetCrtcGammaSize
impl Clone for GetCrtcGammaSize
Source§fn clone(&self) -> GetCrtcGammaSize
fn clone(&self) -> GetCrtcGammaSize
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 GetCrtcGammaSize
impl Debug for GetCrtcGammaSize
Source§impl RawRequest for GetCrtcGammaSize
impl RawRequest for GetCrtcGammaSize
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 GetCrtcGammaSize
impl Request for GetCrtcGammaSize
Source§impl RequestWithReply for GetCrtcGammaSize
impl RequestWithReply for GetCrtcGammaSize
Source§type Reply = GetCrtcGammaSizeReply
type Reply = GetCrtcGammaSizeReply
Reply associated with the request
Source§type Cookie = GetCrtcGammaSizeCookie
type Cookie = GetCrtcGammaSizeCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetCrtcGammaSizeCookieUnchecked
type CookieUnchecked = GetCrtcGammaSizeCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetCrtcGammaSize
impl RefUnwindSafe for GetCrtcGammaSize
impl Send for GetCrtcGammaSize
impl Sync for GetCrtcGammaSize
impl Unpin for GetCrtcGammaSize
impl UnwindSafe for GetCrtcGammaSize
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