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
window: xcb_window_t
output: xcb_randr_output_t
atom: xcb_atom_t
timestamp: xcb_timestamp_t
status: u8
pad0: [u8; 11]
Trait Implementations
impl Copy for xcb_randr_output_property_t
[src]
impl Clone for xcb_randr_output_property_t
[src]
fn clone(&self) -> xcb_randr_output_property_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