Struct x11rb_async::protocol::xproto::GetImageRequest
source · 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: u32Implementations§
Trait Implementations§
source§impl Clone for GetImageRequest
impl Clone for GetImageRequest
source§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 moresource§impl Debug for GetImageRequest
impl Debug for GetImageRequest
source§impl Default for GetImageRequest
impl Default for GetImageRequest
source§fn default() -> GetImageRequest
fn default() -> GetImageRequest
Returns the “default value” for a type. Read more
source§impl Hash for GetImageRequest
impl Hash for GetImageRequest
source§impl Ord for GetImageRequest
impl Ord for GetImageRequest
source§fn cmp(&self, other: &GetImageRequest) -> Ordering
fn cmp(&self, other: &GetImageRequest) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for GetImageRequest
impl PartialEq for GetImageRequest
source§fn eq(&self, other: &GetImageRequest) -> bool
fn eq(&self, other: &GetImageRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for GetImageRequest
impl PartialOrd for GetImageRequest
source§fn partial_cmp(&self, other: &GetImageRequest) -> Option<Ordering>
fn partial_cmp(&self, other: &GetImageRequest) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl ReplyRequest for GetImageRequest
impl ReplyRequest for GetImageRequest
§type Reply = GetImageReply
type Reply = GetImageReply
The kind of reply that this request generates.
source§impl Request for GetImageRequest
impl Request for GetImageRequest
impl Copy for GetImageRequest
impl Eq for GetImageRequest
impl StructuralEq for GetImageRequest
impl StructuralPartialEq for GetImageRequest
Auto Trait Implementations§
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