Struct x11::xrender::_XRadialGradient
source · [−]Fields
inner: XCircle
outer: XCircle
Trait Implementations
sourceimpl Clone for _XRadialGradient
impl Clone for _XRadialGradient
sourcefn clone(&self) -> _XRadialGradient
fn clone(&self) -> _XRadialGradient
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for _XRadialGradient
impl Debug for _XRadialGradient
sourceimpl PartialEq<_XRadialGradient> for _XRadialGradient
impl PartialEq<_XRadialGradient> for _XRadialGradient
sourcefn 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 ==
. Read more
impl Copy for _XRadialGradient
impl StructuralPartialEq for _XRadialGradient
Auto Trait Implementations
impl RefUnwindSafe for _XRadialGradient
impl Send for _XRadialGradient
impl Sync for _XRadialGradient
impl Unpin for _XRadialGradient
impl UnwindSafe for _XRadialGradient
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more