Struct x11rb::protocol::dri2::QueryVersionReply [−][src]
pub struct QueryVersionReply {
pub sequence: u16,
pub length: u32,
pub major_version: u32,
pub minor_version: u32,
}
Fields
sequence: u16
length: u32
major_version: u32
minor_version: 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 QueryVersionReply
impl Send for QueryVersionReply
impl Sync for QueryVersionReply
impl Unpin for QueryVersionReply
impl UnwindSafe for QueryVersionReply
Blanket Implementations
Mutably borrows from an owned value. Read more