Struct x11rb::protocol::xv::QueryBestSizeRequest [−][src]
pub struct QueryBestSizeRequest {
pub port: Port,
pub vid_w: u16,
pub vid_h: u16,
pub drw_w: u16,
pub drw_h: u16,
pub motion: bool,
}
Fields
port: Port
vid_w: u16
vid_h: u16
drw_w: u16
drw_h: u16
motion: bool
Implementations
pub fn send<Conn: ?Sized>(
self,
conn: &Conn
) -> Result<Cookie<'_, Conn, QueryBestSizeReply>, 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 = QueryBestSizeReply
type Reply = QueryBestSizeReply
The kind of reply that this request generates.
Auto Trait Implementations
impl RefUnwindSafe for QueryBestSizeRequest
impl Send for QueryBestSizeRequest
impl Sync for QueryBestSizeRequest
impl Unpin for QueryBestSizeRequest
impl UnwindSafe for QueryBestSizeRequest
Blanket Implementations
Mutably borrows from an owned value. Read more