Struct x11_dl::xrender::_XLineFixed [] [src]

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

Fields

p1
p2

Trait Implementations

Derived Implementations

impl PartialEq for _XLineFixed

fn eq(&self, __arg_0: &_XLineFixed) -> bool

fn ne(&self, __arg_0: &_XLineFixed) -> bool

impl Copy for _XLineFixed

impl Clone for _XLineFixed

fn clone(&self) -> _XLineFixed

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