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
x1: i16
y1: i16
x2: i16
y2: i16
Trait Implementations
impl Copy for xcb_segment_t
[src]
impl Clone for xcb_segment_t
[src]
fn clone(&self) -> xcb_segment_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