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