Struct x11::xrender::_XLineFixed [] [src]

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

Fields

p1
p2

Trait Implementations

Derived Implementations

impl Copy for _XLineFixed

impl Clone for _XLineFixed

fn clone(&self) -> _XLineFixed

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