pub struct VCDStyle {
pub background_color: String,
pub trace_color: String,
pub timeline_background_color: String,
pub timeline_line_color: String,
pub timeline_tick_color: String,
pub signal_label_background_color: String,
pub grid_lines: Option<String>,
}Fields
background_color: Stringtrace_color: Stringtimeline_background_color: Stringtimeline_line_color: Stringtimeline_tick_color: Stringsignal_label_background_color: Stringgrid_lines: Option<String>Implementations
Auto Trait Implementations
impl RefUnwindSafe for VCDStyle
impl Send for VCDStyle
impl Sync for VCDStyle
impl Unpin for VCDStyle
impl UnwindSafe for VCDStyle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more