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