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