Struct x11_dl::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 for _XRadialGradient
impl PartialEq 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 ==
.impl Copy for _XRadialGradient
impl StructuralPartialEq for _XRadialGradient
Auto Trait Implementations§
impl Freeze for _XRadialGradient
impl RefUnwindSafe for _XRadialGradient
impl Send for _XRadialGradient
impl Sync for _XRadialGradient
impl Unpin for _XRadialGradient
impl UnwindSafe for _XRadialGradient
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more