Struct x11_dl::xrender::_XLineFixed [−][src]
#[repr(C)]pub struct _XLineFixed { pub p1: XPointFixed, pub p2: XPointFixed, }
Fields
p1: XPointFixed
p2: XPointFixed
Trait Implementations
impl Debug for _XLineFixed[src]
impl Debug for _XLineFixedfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for _XLineFixed[src]
impl Clone for _XLineFixedfn clone(&self) -> _XLineFixed[src]
fn clone(&self) -> _XLineFixedReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for _XLineFixed[src]
impl Copy for _XLineFixedimpl PartialEq for _XLineFixed[src]
impl PartialEq for _XLineFixedfn eq(&self, other: &_XLineFixed) -> bool[src]
fn eq(&self, other: &_XLineFixed) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &_XLineFixed) -> bool[src]
fn ne(&self, other: &_XLineFixed) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for _XLineFixed
impl Send for _XLineFixedimpl Sync for _XLineFixed
impl Sync for _XLineFixed