Struct xcb::dri2::WaitMscReply
source · pub struct WaitMscReply { /* private fields */ }
Expand description
Reply type for WaitMsc.
Can be obtained from a WaitMscCookie with Connection::wait_for_reply or from a WaitMscCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl WaitMscReply
impl WaitMscReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn ust_hi(&self) -> u32
pub fn ust_lo(&self) -> u32
pub fn msc_hi(&self) -> u32
pub fn msc_lo(&self) -> u32
pub fn sbc_hi(&self) -> u32
pub fn sbc_lo(&self) -> u32
Trait Implementations§
source§impl Debug for WaitMscReply
impl Debug for WaitMscReply
source§impl Drop for WaitMscReply
impl Drop for WaitMscReply
source§impl Reply for WaitMscReply
impl Reply for WaitMscReply
impl Send for WaitMscReply
impl Sync for WaitMscReply
Auto Trait Implementations§
impl Freeze for WaitMscReply
impl RefUnwindSafe for WaitMscReply
impl Unpin for WaitMscReply
impl UnwindSafe for WaitMscReply
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