pub type XRadialGradient = _XRadialGradient;
Aliased Type§
struct XRadialGradient {
pub inner: _XCircle,
pub outer: _XCircle,
}
Fields§
§inner: _XCircle
§outer: _XCircle
Trait Implementations
source§impl Clone for _XRadialGradient
impl Clone for _XRadialGradient
source§fn clone(&self) -> _XRadialGradient
fn clone(&self) -> _XRadialGradient
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more