pub struct SystemColor { /* private fields */ }Implementations§
Source§impl SystemColor
impl SystemColor
pub fn get_val(&self) -> &SystemColorValues
pub fn set_val(&mut self, value: SystemColorValues) -> &mut Self
pub fn get_last_color(&self) -> &str
pub fn set_last_color<S: Into<String>>(&mut self, value: S)
Trait Implementations§
Source§impl Clone for SystemColor
impl Clone for SystemColor
Source§fn clone(&self) -> SystemColor
fn clone(&self) -> SystemColor
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 SystemColor
impl Debug for SystemColor
Source§impl Default for SystemColor
impl Default for SystemColor
Source§fn default() -> SystemColor
fn default() -> SystemColor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SystemColor
impl RefUnwindSafe for SystemColor
impl Send for SystemColor
impl Sync for SystemColor
impl Unpin for SystemColor
impl UnwindSafe for SystemColor
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