pub struct WaitMsc {
pub drawable: Drawable,
pub target_msc_hi: u32,
pub target_msc_lo: u32,
pub divisor_hi: u32,
pub divisor_lo: u32,
pub remainder_hi: u32,
pub remainder_lo: u32,
}
Expand description
The WaitMsc
request.
This request replies WaitMscReply.
Associated cookie types are WaitMscCookie and WaitMscCookieUnchecked.
Fields§
§drawable: Drawable
§target_msc_hi: u32
§target_msc_lo: u32
§divisor_hi: u32
§divisor_lo: u32
§remainder_hi: u32
§remainder_lo: u32
Trait Implementations§
source§impl RawRequest for WaitMsc
impl RawRequest for WaitMsc
source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
source§impl RequestWithReply for WaitMsc
impl RequestWithReply for WaitMsc
source§type Reply = WaitMscReply
type Reply = WaitMscReply
Reply associated with the request
source§type Cookie = WaitMscCookie
type Cookie = WaitMscCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = WaitMscCookieUnchecked
type CookieUnchecked = WaitMscCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for WaitMsc
impl RefUnwindSafe for WaitMsc
impl Send for WaitMsc
impl Sync for WaitMsc
impl Unpin for WaitMsc
impl UnwindSafe for WaitMsc
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)