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