Struct x11rb::protocol::xproto::QueryExtensionReply [−][src]
pub struct QueryExtensionReply {
pub sequence: u16,
pub length: u32,
pub present: bool,
pub major_opcode: u8,
pub first_event: u8,
pub first_error: u8,
}
Expand description
Fields
present
- Whether the extension is present on this X11 server.major_opcode
- The major opcode for requests.first_event
- The first event code, if any.first_error
- The first error code, if any.
Fields
sequence: u16
length: u32
present: bool
major_opcode: u8
first_event: u8
first_error: u8
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