Struct x11::xrender::_XRadialGradient
source · #[repr(C)]pub 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 moresource§impl Debug for _XRadialGradient
impl Debug for _XRadialGradient
source§impl PartialEq<_XRadialGradient> for _XRadialGradient
impl PartialEq<_XRadialGradient> for _XRadialGradient
source§fn eq(&self, other: &_XRadialGradient) -> bool
fn eq(&self, other: &_XRadialGradient) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.