Struct x11_dl::xrender::_XRadialGradient [−][src]
Fields
inner: XCircle
outer: XCircle
Trait Implementations
impl Debug for _XRadialGradient[src]
impl Debug for _XRadialGradientfn 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 _XRadialGradient[src]
impl Clone for _XRadialGradientfn clone(&self) -> _XRadialGradient[src]
fn clone(&self) -> _XRadialGradientReturns 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 _XRadialGradient[src]
impl Copy for _XRadialGradientimpl PartialEq for _XRadialGradient[src]
impl PartialEq for _XRadialGradientfn eq(&self, other: &_XRadialGradient) -> bool[src]
fn eq(&self, other: &_XRadialGradient) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &_XRadialGradient) -> bool[src]
fn ne(&self, other: &_XRadialGradient) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for _XRadialGradient
impl Send for _XRadialGradientimpl Sync for _XRadialGradient
impl Sync for _XRadialGradient