pub struct GetImage {
pub drawable: Drawable,
pub x: i16,
pub y: i16,
pub width: u16,
pub height: u16,
pub plane_mask: u32,
pub format: u8,
pub shmseg: Seg,
pub offset: u32,
}
Expand description
The GetImage
request.
This request replies GetImageReply.
Associated cookie types are GetImageCookie and GetImageCookieUnchecked.
Fields§
§drawable: Drawable
§x: i16
§y: i16
§width: u16
§height: u16
§plane_mask: u32
§format: u8
§shmseg: Seg
§offset: u32
Trait Implementations§
source§impl RawRequest for GetImage
impl RawRequest for GetImage
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 RequestWithReply for GetImage
impl RequestWithReply for GetImage
source§type Reply = GetImageReply
type Reply = GetImageReply
Reply associated with the request
source§type Cookie = GetImageCookie
type Cookie = GetImageCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = GetImageCookieUnchecked
type CookieUnchecked = GetImageCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetImage
impl RefUnwindSafe for GetImage
impl Send for GetImage
impl Sync for GetImage
impl Unpin for GetImage
impl UnwindSafe for GetImage
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
)