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