Struct xcb::xv::ShmPutImage
source · pub struct ShmPutImage {Show 17 fields
pub port: Port,
pub drawable: Drawable,
pub gc: Gcontext,
pub shmseg: Seg,
pub id: u32,
pub offset: u32,
pub src_x: i16,
pub src_y: i16,
pub src_w: u16,
pub src_h: u16,
pub drw_x: i16,
pub drw_y: i16,
pub drw_w: u16,
pub drw_h: u16,
pub width: u16,
pub height: u16,
pub send_event: u8,
}
Expand description
The ShmPutImage
request.
This request has no reply.
Associated cookie types are VoidCookie and VoidCookieChecked.
Fields§
§port: Port
§drawable: Drawable
§gc: Gcontext
§shmseg: Seg
§id: u32
§offset: u32
§src_x: i16
§src_y: i16
§src_w: u16
§src_h: u16
§drw_x: i16
§drw_y: i16
§drw_w: u16
§drw_h: u16
§width: u16
§height: u16
§send_event: u8
Trait Implementations§
source§impl Clone for ShmPutImage
impl Clone for ShmPutImage
source§fn clone(&self) -> ShmPutImage
fn clone(&self) -> ShmPutImage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ShmPutImage
impl Debug for ShmPutImage
source§impl RawRequest for ShmPutImage
impl RawRequest for ShmPutImage
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
source§impl Request for ShmPutImage
impl Request for ShmPutImage
impl RequestWithoutReply for ShmPutImage
Auto Trait Implementations§
impl Freeze for ShmPutImage
impl RefUnwindSafe for ShmPutImage
impl Send for ShmPutImage
impl Sync for ShmPutImage
impl Unpin for ShmPutImage
impl UnwindSafe for ShmPutImage
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
)