Struct GetImageRequest
pub struct GetImageRequest {
pub format: ImageFormat,
pub drawable: u32,
pub x: i16,
pub y: i16,
pub width: u16,
pub height: u16,
pub plane_mask: u32,
}
Fields§
§format: ImageFormat
§drawable: u32
§x: i16
§y: i16
§width: u16
§height: u16
§plane_mask: u32
Implementations§
Trait Implementations§
§impl Clone for GetImageRequest
impl Clone for GetImageRequest
§fn clone(&self) -> GetImageRequest
fn clone(&self) -> GetImageRequest
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 more§impl Debug for GetImageRequest
impl Debug for GetImageRequest
§impl Default for GetImageRequest
impl Default for GetImageRequest
§fn default() -> GetImageRequest
fn default() -> GetImageRequest
Returns the “default value” for a type. Read more
§impl ReplyRequest for GetImageRequest
impl ReplyRequest for GetImageRequest
§type Reply = GetImageReply
type Reply = GetImageReply
The kind of reply that this request generates.
§impl Request for GetImageRequest
impl Request for GetImageRequest
impl Copy for GetImageRequest
Auto Trait Implementations§
impl Freeze for GetImageRequest
impl RefUnwindSafe for GetImageRequest
impl Send for GetImageRequest
impl Sync for GetImageRequest
impl Unpin for GetImageRequest
impl UnwindSafe for GetImageRequest
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
)