pub struct PutStill {
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,
}
Expand description
The PutStill
request.
This request has no reply.
Associated cookie types are VoidCookie and VoidCookieChecked.
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
Trait Implementations§
source§impl RawRequest for PutStill
impl RawRequest for PutStill
source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
impl RequestWithoutReply for PutStill
Auto Trait Implementations§
impl Freeze for PutStill
impl RefUnwindSafe for PutStill
impl Send for PutStill
impl Sync for PutStill
impl Unpin for PutStill
impl UnwindSafe for PutStill
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)