Struct xcb::xf86vidmode::GetDotClocksReply
source · pub struct GetDotClocksReply { /* private fields */ }
Expand description
Reply type for GetDotClocks.
Can be obtained from a GetDotClocksCookie with Connection::wait_for_reply or from a GetDotClocksCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for GetDotClocksReply
impl Debug for GetDotClocksReply
source§impl Drop for GetDotClocksReply
impl Drop for GetDotClocksReply
source§impl Reply for GetDotClocksReply
impl Reply for GetDotClocksReply
impl Send for GetDotClocksReply
impl Sync for GetDotClocksReply
Auto Trait Implementations§
impl Freeze for GetDotClocksReply
impl RefUnwindSafe for GetDotClocksReply
impl Unpin for GetDotClocksReply
impl UnwindSafe for GetDotClocksReply
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