Struct xcb::randr::GetCrtcGammaSizeCookie
source · pub struct GetCrtcGammaSizeCookie { /* private fields */ }
Expand description
Cookie type for GetCrtcGammaSize.
This cookie can be used to get a GetCrtcGammaSizeReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for GetCrtcGammaSizeCookie
impl Cookie for GetCrtcGammaSizeCookie
source§impl CookieWithReplyChecked for GetCrtcGammaSizeCookie
impl CookieWithReplyChecked for GetCrtcGammaSizeCookie
source§type Reply = GetCrtcGammaSizeReply
type Reply = GetCrtcGammaSizeReply
The reply type associated with the cookie
source§impl Debug for GetCrtcGammaSizeCookie
impl Debug for GetCrtcGammaSizeCookie
impl CookieChecked for GetCrtcGammaSizeCookie
Auto Trait Implementations§
impl Freeze for GetCrtcGammaSizeCookie
impl RefUnwindSafe for GetCrtcGammaSizeCookie
impl Send for GetCrtcGammaSizeCookie
impl Sync for GetCrtcGammaSizeCookie
impl Unpin for GetCrtcGammaSizeCookie
impl UnwindSafe for GetCrtcGammaSizeCookie
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