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: String
§trace_color: String
§timeline_background_color: String
§timeline_line_color: String
§timeline_tick_color: String
§signal_label_background_color: String
§grid_lines: Option<String>
Implementations§
Auto Trait Implementations§
impl Freeze for VCDStyle
impl RefUnwindSafe for VCDStyle
impl Send for VCDStyle
impl Sync for VCDStyle
impl Unpin for VCDStyle
impl UnwindSafe for VCDStyle
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