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

#[repr(C)]
pub struct xcb_randr_output_property_t { pub window: xcb_window_t, pub output: xcb_randr_output_t, pub atom: xcb_atom_t, pub timestamp: xcb_timestamp_t, pub status: u8, pub pad0: [u8; 11], }

Fields

Trait Implementations

impl Copy for xcb_randr_output_property_t
[src]

impl Clone for xcb_randr_output_property_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more