Struct x11_dl::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 Debug for _XSpanFix[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for _XSpanFix[src]
fn clone(&self) -> _XSpanFix[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more