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

#[repr(C)]
pub struct xcb_randr_provider_property_t { pub window: xcb_window_t, pub provider: xcb_randr_provider_t, pub atom: xcb_atom_t, pub timestamp: xcb_timestamp_t, pub state: u8, pub pad0: [u8; 11], }

Fields

Trait Implementations

impl Copy for xcb_randr_provider_property_t
[src]

impl Clone for xcb_randr_provider_property_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more