Struct x11_dl::xrender::_XSpanFix
[−]
[src]
pub struct _XSpanFix { pub left: XFixed, pub right: XFixed, pub y: XFixed, }
Fields
left | |
right | |
y |
pub struct _XSpanFix { pub left: XFixed, pub right: XFixed, pub y: XFixed, }
left | |
right | |
y |
impl Copy for _XSpanFix
impl Clone for _XSpanFix
fn clone(&self) -> _XSpanFix
fn clone_from(&mut self, source: &Self)