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