Struct x11_dl::xrender::_XPointDouble
[−]
[src]
pub struct _XPointDouble { pub x: XDouble, pub y: XDouble, }
Fields
x | |
y |
pub struct _XPointDouble { pub x: XDouble, pub y: XDouble, }
x | |
y |
impl PartialEq for _XPointDouble
fn eq(&self, __arg_0: &_XPointDouble) -> bool
fn ne(&self, __arg_0: &_XPointDouble) -> bool
impl Copy for _XPointDouble
impl Clone for _XPointDouble
fn clone(&self) -> _XPointDouble
fn clone_from(&mut self, source: &Self)