Struct xcb::ffi::xproto::xcb_segment_t [] [src]

#[repr(C)]
pub struct xcb_segment_t { pub x1: i16, pub y1: i16, pub x2: i16, pub y2: i16, }

Fields

Trait Implementations

impl Copy for xcb_segment_t
[src]

impl Clone for xcb_segment_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more