pub struct TrackColor { /* private fields */ }Expand description
An RGBA color associated with a track.
Implementations§
Trait Implementations§
Source§impl Clone for TrackColor
impl Clone for TrackColor
Source§fn clone(&self) -> TrackColor
fn clone(&self) -> TrackColor
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 moreimpl Copy for TrackColor
Source§impl Debug for TrackColor
impl Debug for TrackColor
impl Eq for TrackColor
Source§impl PartialEq for TrackColor
impl PartialEq for TrackColor
impl StructuralPartialEq for TrackColor
Auto Trait Implementations§
impl Freeze for TrackColor
impl RefUnwindSafe for TrackColor
impl Send for TrackColor
impl Sync for TrackColor
impl Unpin for TrackColor
impl UnsafeUnpin for TrackColor
impl UnwindSafe for TrackColor
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