Struct x11rb::protocol::xc_misc::GetXIDListRequest [−][src]
pub struct GetXIDListRequest {
pub count: u32,
}
Fields
count: u32
Implementations
pub fn send<Conn: ?Sized>(
self,
conn: &Conn
) -> Result<Cookie<'_, Conn, GetXIDListReply>, 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 = GetXIDListReply
type Reply = GetXIDListReply
The kind of reply that this request generates.
Auto Trait Implementations
impl RefUnwindSafe for GetXIDListRequest
impl Send for GetXIDListRequest
impl Sync for GetXIDListRequest
impl Unpin for GetXIDListRequest
impl UnwindSafe for GetXIDListRequest
Blanket Implementations
Mutably borrows from an owned value. Read more