pub struct PutImage {}
Expand description
The PutImage
request.
This request has no reply.
Associated cookie types are VoidCookie and VoidCookieChecked.
Fields§
§drawable: Drawable
§gc: Gcontext
§total_width: u16
§total_height: u16
§src_x: u16
§src_y: u16
§src_width: u16
§src_height: u16
§dst_x: i16
§dst_y: i16
§depth: u8
§format: u8
§send_event: bool
§shmseg: Seg
§offset: u32
Trait Implementations§
source§impl RawRequest for PutImage
impl RawRequest for PutImage
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 PutImage
Auto Trait Implementations§
impl Freeze for PutImage
impl RefUnwindSafe for PutImage
impl Send for PutImage
impl Sync for PutImage
impl Unpin for PutImage
impl UnwindSafe for PutImage
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
)