Struct x11rb::protocol::dri2::GetMSCReply [−][src]
pub struct GetMSCReply {
pub sequence: u16,
pub length: u32,
pub ust_hi: u32,
pub ust_lo: u32,
pub msc_hi: u32,
pub msc_lo: u32,
pub sbc_hi: u32,
pub sbc_lo: u32,
}
Fields
sequence: u16
length: u32
ust_hi: u32
ust_lo: u32
msc_hi: u32
msc_lo: u32
sbc_hi: u32
sbc_lo: u32
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for GetMSCReply
impl Send for GetMSCReply
impl Sync for GetMSCReply
impl Unpin for GetMSCReply
impl UnwindSafe for GetMSCReply
Blanket Implementations
Mutably borrows from an owned value. Read more