pub struct D2DGradient { /* private fields */ }
Trait Implementations§
Source§impl Clone for D2DGradient
impl Clone for D2DGradient
Source§fn clone(&self) -> D2DGradient
fn clone(&self) -> D2DGradient
Returns a duplicate 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 D2DGradient
impl Debug for D2DGradient
Source§impl GradientBackend for D2DGradient
impl GradientBackend for D2DGradient
Auto Trait Implementations§
impl Freeze for D2DGradient
impl RefUnwindSafe for D2DGradient
impl Send for D2DGradient
impl Sync for D2DGradient
impl Unpin for D2DGradient
impl UnwindSafe for D2DGradient
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