pub struct DyedColor {
pub color: Int,
pub show_in_tooltip: bool,
}Fields§
§color: Int§show_in_tooltip: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DyedColor
impl RefUnwindSafe for DyedColor
impl Send for DyedColor
impl Sync for DyedColor
impl Unpin for DyedColor
impl UnwindSafe for DyedColor
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