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