[][src]Struct svlint::config::ConfigRules

pub struct ConfigRules {
    pub case_default: bool,
    pub enum_with_type: bool,
    pub for_with_begin: bool,
    pub function_same_as_system_function: bool,
    pub function_with_automatic: bool,
    pub generate_for_with_label: bool,
    pub generate_if_with_label: bool,
    pub generate_keyword: bool,
    pub genvar_declaration: bool,
    pub if_with_begin: bool,
    pub inout_with_tri: bool,
    pub input_with_var: bool,
    pub interface_port_with_modport: bool,
    pub legacy_always: bool,
    pub level_sensitive_always: bool,
    pub loop_variable_declaration: bool,
    pub non_ansi_module: bool,
    pub output_with_var: bool,
    pub parameter_in_package: bool,
    pub priority_keyword: bool,
    pub tab_charactor: bool,
    pub unique0_keyword: bool,
    pub unique_keyword: bool,
    pub wire_reg: bool,
}

Fields

case_default: boolenum_with_type: boolfor_with_begin: boolfunction_same_as_system_function: boolfunction_with_automatic: boolgenerate_for_with_label: boolgenerate_if_with_label: boolgenerate_keyword: boolgenvar_declaration: boolif_with_begin: boolinout_with_tri: boolinput_with_var: boolinterface_port_with_modport: boollegacy_always: boollevel_sensitive_always: boolloop_variable_declaration: boolnon_ansi_module: booloutput_with_var: boolparameter_in_package: boolpriority_keyword: booltab_charactor: boolunique0_keyword: boolunique_keyword: boolwire_reg: bool

Trait Implementations

impl Clone for ConfigRules[src]

impl Default for ConfigRules[src]

impl Debug for ConfigRules[src]

impl Serialize for ConfigRules[src]

impl<'de> Deserialize<'de> for ConfigRules[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]