Struct xcb::ffi::randr::xcb_randr_screen_change_notify_event_t
[−]
[src]
#[repr(C)]pub struct xcb_randr_screen_change_notify_event_t { pub response_type: u8, pub rotation: u8, pub sequence: u16, pub timestamp: xcb_timestamp_t, pub config_timestamp: xcb_timestamp_t, pub root: xcb_window_t, pub request_window: xcb_window_t, pub sizeID: u16, pub subpixel_order: u16, pub width: u16, pub height: u16, pub mwidth: u16, pub mheight: u16, }
Fields
response_type: u8
rotation: u8
sequence: u16
timestamp: xcb_timestamp_t
config_timestamp: xcb_timestamp_t
root: xcb_window_t
request_window: xcb_window_t
sizeID: u16
subpixel_order: u16
width: u16
height: u16
mwidth: u16
mheight: u16
Trait Implementations
impl Copy for xcb_randr_screen_change_notify_event_t
[src]
impl Clone for xcb_randr_screen_change_notify_event_t
[src]
fn clone(&self) -> xcb_randr_screen_change_notify_event_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