Struct x11_dl::xrender::_XSpanFix [] [src]

pub struct _XSpanFix {
    pub left: XFixed,
    pub right: XFixed,
    pub y: XFixed,
}

Fields

left
right
y

Trait Implementations

Derived Implementations

impl Copy for _XSpanFix

impl Clone for _XSpanFix

fn clone(&self) -> _XSpanFix

fn clone_from(&mut self, source: &Self)