#[repr(C)]pub struct GradientUtils { /* private fields */ }
Trait Implementations§
Source§impl Clone for GradientUtils
impl Clone for GradientUtils
Source§fn clone(&self) -> GradientUtils
fn clone(&self) -> GradientUtils
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 GradientUtils
impl Debug for GradientUtils
impl Copy for GradientUtils
Auto Trait Implementations§
impl Freeze for GradientUtils
impl RefUnwindSafe for GradientUtils
impl Send for GradientUtils
impl Sync for GradientUtils
impl Unpin for GradientUtils
impl UnwindSafe for GradientUtils
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