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

#[repr(C)]
pub struct xcb_randr_get_screen_size_range_reply_t { pub response_type: u8, pub pad0: u8, pub sequence: u16, pub length: u32, pub min_width: u16, pub min_height: u16, pub max_width: u16, pub max_height: u16, pub pad1: [u8; 16], }

Fields

Trait Implementations

impl Copy for xcb_randr_get_screen_size_range_reply_t
[src]

impl Clone for xcb_randr_get_screen_size_range_reply_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more