Struct x11rb::protocol::xselinux::QueryVersionReply [−][src]
pub struct QueryVersionReply {
pub sequence: u16,
pub length: u32,
pub server_major: u16,
pub server_minor: u16,
}
Fields
sequence: u16
length: u32
server_major: u16
server_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 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