pub struct DustColorTransition {
pub from_color: Int,
pub to_color: Int,
pub scale: Float,
}
Fields§
§from_color: Int
§to_color: Int
§scale: Float
Implementations§
Trait Implementations§
Source§impl Clone for DustColorTransition
impl Clone for DustColorTransition
Source§fn clone(&self) -> DustColorTransition
fn clone(&self) -> DustColorTransition
Returns a copy 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 DustColorTransition
impl Debug for DustColorTransition
Source§impl Field for DustColorTransition
impl Field for DustColorTransition
Auto Trait Implementations§
impl Freeze for DustColorTransition
impl RefUnwindSafe for DustColorTransition
impl Send for DustColorTransition
impl Sync for DustColorTransition
impl Unpin for DustColorTransition
impl UnwindSafe for DustColorTransition
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