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