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

#[repr(C)]
pub struct xcb_randr_crtc_change_t { pub timestamp: xcb_timestamp_t, pub window: xcb_window_t, pub crtc: xcb_randr_crtc_t, pub mode: xcb_randr_mode_t, pub rotation: u16, pub pad0: [u8; 2], pub x: i16, pub y: i16, pub width: u16, pub height: u16, }

Fields

Trait Implementations

impl Copy for xcb_randr_crtc_change_t
[src]

impl Clone for xcb_randr_crtc_change_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more