Struct xcb::ffi::randr::xcb_randr_set_panning_request_t
[−]
[src]
#[repr(C)]pub struct xcb_randr_set_panning_request_t { pub major_opcode: u8, pub minor_opcode: u8, pub length: u16, pub crtc: xcb_randr_crtc_t, 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
major_opcode: u8
minor_opcode: u8
length: u16
crtc: xcb_randr_crtc_t
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_set_panning_request_t
[src]
impl Clone for xcb_randr_set_panning_request_t
[src]
fn clone(&self) -> xcb_randr_set_panning_request_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