Struct x11rb::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: u32
Implementations§
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 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
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