pub struct OpacityStop {
pub opacity: f64,
pub location: f64,
pub midpoint: f64,
}Expand description
TS OpacityStop.
Fields§
§opacity: f64§location: f64§midpoint: f64Trait Implementations§
Source§impl Clone for OpacityStop
impl Clone for OpacityStop
Source§fn clone(&self) -> OpacityStop
fn clone(&self) -> OpacityStop
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 OpacityStop
impl Debug for OpacityStop
Source§impl Default for OpacityStop
impl Default for OpacityStop
Source§fn default() -> OpacityStop
fn default() -> OpacityStop
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OpacityStop
impl RefUnwindSafe for OpacityStop
impl Send for OpacityStop
impl Sync for OpacityStop
impl Unpin for OpacityStop
impl UnsafeUnpin for OpacityStop
impl UnwindSafe for OpacityStop
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