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