pub struct LogColors {
pub trace: [f32; 4],
pub debug: [f32; 4],
pub info: [f32; 4],
pub warn: [f32; 4],
pub error: [f32; 4],
}Expand description
Colors used by LogWindow when rendering
Fields§
§trace: [f32; 4]§debug: [f32; 4]§info: [f32; 4]§warn: [f32; 4]§error: [f32; 4]Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogColors
impl RefUnwindSafe for LogColors
impl Send for LogColors
impl Sync for LogColors
impl Unpin for LogColors
impl UnwindSafe for LogColors
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