Struct x11_dl::xrender::_XLinearGradient [−][src]
#[repr(C)]pub struct _XLinearGradient { pub p1: XPointFixed, pub p2: XPointFixed, }
Fields
p1: XPointFixed
p2: XPointFixed
Trait Implementations
impl Debug for _XLinearGradient[src]
impl Debug for _XLinearGradientfn 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 _XLinearGradient[src]
impl Clone for _XLinearGradientfn clone(&self) -> _XLinearGradient[src]
fn clone(&self) -> _XLinearGradientReturns 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 _XLinearGradient[src]
impl Copy for _XLinearGradientimpl PartialEq for _XLinearGradient[src]
impl PartialEq for _XLinearGradientfn eq(&self, other: &_XLinearGradient) -> bool[src]
fn eq(&self, other: &_XLinearGradient) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &_XLinearGradient) -> bool[src]
fn ne(&self, other: &_XLinearGradient) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for _XLinearGradient
impl Send for _XLinearGradientimpl Sync for _XLinearGradient
impl Sync for _XLinearGradient