Struct x11::xrender::_XSpanFix  
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct _XSpanFix { pub left: XFixed, pub right: XFixed, pub y: XFixed, }
Fields
left: XFixed
                           
                           
                           right: XFixed
                           
                           
                           y: XFixed
                           Trait Implementations
impl Clone for _XSpanFix[src]
fn clone(&self) -> _XSpanFix
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