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