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
response_type: u8
status: u8
sequence: u16
length: u32
timestamp: xcb_timestamp_t
left: u16
top: u16
width: u16
height: u16
track_left: u16
track_top: u16
track_width: u16
track_height: u16
border_left: i16
border_top: i16
border_right: i16
border_bottom: i16
Trait Implementations
impl Copy for xcb_randr_get_panning_reply_t
[src]
impl Clone for xcb_randr_get_panning_reply_t
[src]
fn clone(&self) -> xcb_randr_get_panning_reply_t
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more