Struct theme2::PlayerColor
source · pub struct PlayerColor {
pub cursor: Hsla,
pub background: Hsla,
pub selection: Hsla,
}
Fields§
§cursor: Hsla
§background: Hsla
§selection: Hsla
Trait Implementations§
source§impl Clone for PlayerColor
impl Clone for PlayerColor
source§fn clone(&self) -> PlayerColor
fn clone(&self) -> PlayerColor
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 PlayerColor
impl Debug for PlayerColor
source§impl Default for PlayerColor
impl Default for PlayerColor
source§fn default() -> PlayerColor
fn default() -> PlayerColor
Returns the “default value” for a type. Read more
impl Copy for PlayerColor
Auto Trait Implementations§
impl RefUnwindSafe for PlayerColor
impl Send for PlayerColor
impl Sync for PlayerColor
impl Unpin for PlayerColor
impl UnwindSafe for PlayerColor
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