Struct x11rb::protocol::present::QueryCapabilitiesRequest [−][src]
pub struct QueryCapabilitiesRequest {
pub target: u32,
}
Fields
target: u32
Implementations
pub fn send<Conn: ?Sized>(
self,
conn: &Conn
) -> Result<Cookie<'_, Conn, QueryCapabilitiesReply>, ConnectionError> where
Conn: RequestConnection + ?Sized,
Parse this request given its header, its body, and any fds that go along with it
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Reply = QueryCapabilitiesReply
type Reply = QueryCapabilitiesReply
The kind of reply that this request generates.
Auto Trait Implementations
impl RefUnwindSafe for QueryCapabilitiesRequest
impl Send for QueryCapabilitiesRequest
impl Sync for QueryCapabilitiesRequest
impl Unpin for QueryCapabilitiesRequest
impl UnwindSafe for QueryCapabilitiesRequest
Blanket Implementations
Mutably borrows from an owned value. Read more