Struct xcb::ffi::randr::xcb_randr_get_panning_reply_t [] [src]

#[repr(C)]
pub struct xcb_randr_get_panning_reply_t { pub response_type: u8, pub status: u8, pub sequence: u16, pub length: u32, pub timestamp: xcb_timestamp_t, pub left: u16, pub top: u16, pub width: u16, pub height: u16, pub track_left: u16, pub track_top: u16, pub track_width: u16, pub track_height: u16, pub border_left: i16, pub border_top: i16, pub border_right: i16, pub border_bottom: i16, }

Fields

Trait Implementations

impl Copy for xcb_randr_get_panning_reply_t
[src]

impl Clone for xcb_randr_get_panning_reply_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more