Struct x11_dl::xrender::_XLinearGradient [] [src]

pub struct _XLinearGradient {
    pub p1: XPointFixed,
    pub p2: XPointFixed,
}

Fields

p1
p2

Trait Implementations

Derived Implementations

impl Copy for _XLinearGradient

impl Clone for _XLinearGradient

fn clone(&self) -> _XLinearGradient

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