pub struct SysClr {
pub val: SysClrType,
pub last_color: Option<String>,
}
Fields§
§val: SysClrType
§last_color: Option<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SysClr
impl RefUnwindSafe for SysClr
impl Send for SysClr
impl Sync for SysClr
impl Unpin for SysClr
impl UnwindSafe for SysClr
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