Struct x11rb::protocol::xv::PutStillRequest [−][src]
pub struct PutStillRequest {
pub port: Port,
pub drawable: Drawable,
pub gc: Gcontext,
pub vid_x: i16,
pub vid_y: i16,
pub vid_w: u16,
pub vid_h: u16,
pub drw_x: i16,
pub drw_y: i16,
pub drw_w: u16,
pub drw_h: u16,
}
Fields
port: Port
drawable: Drawable
gc: Gcontext
vid_x: i16
vid_y: i16
vid_w: u16
vid_h: u16
drw_x: i16
drw_y: i16
drw_w: u16
drw_h: u16
Implementations
pub fn send<Conn: ?Sized>(
self,
conn: &Conn
) -> Result<VoidCookie<'_, Conn>, 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 !=
.
Auto Trait Implementations
impl RefUnwindSafe for PutStillRequest
impl Send for PutStillRequest
impl Sync for PutStillRequest
impl Unpin for PutStillRequest
impl UnwindSafe for PutStillRequest
Blanket Implementations
Mutably borrows from an owned value. Read more