pub struct RadialGradientBrush(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for RadialGradientBrush
impl Clone for RadialGradientBrush
Source§fn clone(&self) -> RadialGradientBrush
fn clone(&self) -> RadialGradientBrush
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RadialGradientBrush
impl Debug for RadialGradientBrush
Source§impl PartialEq for RadialGradientBrush
impl PartialEq for RadialGradientBrush
Source§fn eq(&self, other: &RadialGradientBrush) -> bool
fn eq(&self, other: &RadialGradientBrush) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RadialGradientBrush
impl StructuralPartialEq for RadialGradientBrush
Auto Trait Implementations§
impl Freeze for RadialGradientBrush
impl RefUnwindSafe for RadialGradientBrush
impl Send for RadialGradientBrush
impl Sync for RadialGradientBrush
impl Unpin for RadialGradientBrush
impl UnsafeUnpin for RadialGradientBrush
impl UnwindSafe for RadialGradientBrush
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