Struct xcb::ffi::xproto::xcb_get_image_request_t [] [src]

#[repr(C)]
pub struct xcb_get_image_request_t { pub major_opcode: u8, pub format: u8, pub length: u16, pub drawable: xcb_drawable_t, pub x: i16, pub y: i16, pub width: u16, pub height: u16, pub plane_mask: u32, }

Fields

Trait Implementations

impl Copy for xcb_get_image_request_t
[src]

impl Clone for xcb_get_image_request_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more