Struct x11_dl::xrender::_XSpanFix
[−]
[src]
pub struct _XSpanFix { pub left: XFixed, pub right: XFixed, pub y: XFixed, }
Fields
left: XFixed
right: XFixed
y: XFixed
Trait Implementations
impl PartialEq for _XSpanFix
[src]
fn eq(&self, __arg_0: &_XSpanFix) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &_XSpanFix) -> bool
This method tests for !=
.
impl Copy for _XSpanFix
[src]
impl Clone for _XSpanFix
[src]
fn clone(&self) -> _XSpanFix
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more