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