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