pub type XConicalGradient = _XConicalGradient;

Aliased Type§

struct XConicalGradient {
    pub center: _XPointFixed,
    pub angle: i32,
}

Fields§

§center: _XPointFixed§angle: i32

Trait Implementations§

source§

impl Clone for _XConicalGradient

source§

fn clone(&self) -> _XConicalGradient

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for _XConicalGradient

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl PartialEq<_XConicalGradient> for _XConicalGradient

source§

fn eq(&self, other: &_XConicalGradient) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for _XConicalGradient

source§

impl StructuralPartialEq for _XConicalGradient