pub struct SetColorMessage {
pub color: Color,
}
Expand description
Message used to set the color on a facet
Fields§
§color: Color
color value to use.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetColorMessage
impl RefUnwindSafe for SetColorMessage
impl Send for SetColorMessage
impl Sync for SetColorMessage
impl Unpin for SetColorMessage
impl UnwindSafe for SetColorMessage
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