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