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