pub struct CornerConfig {
pub simulator: Option<String>,
pub design: DesignTarget,
pub model_file: String,
pub analysis: AnalysisConfig,
pub corners: Vec<Corner>,
pub measures: Vec<Measure>,
}Fields§
§simulator: Option<String>§design: DesignTarget§model_file: String§analysis: AnalysisConfig§corners: Vec<Corner>§measures: Vec<Measure>Trait Implementations§
Source§impl Debug for CornerConfig
impl Debug for CornerConfig
Source§impl<'de> Deserialize<'de> for CornerConfig
impl<'de> Deserialize<'de> for CornerConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CornerConfig
impl RefUnwindSafe for CornerConfig
impl Send for CornerConfig
impl Sync for CornerConfig
impl Unpin for CornerConfig
impl UnsafeUnpin for CornerConfig
impl UnwindSafe for CornerConfig
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