pub enum DbcSection {
Show 26 variants
Version,
NewSymbols,
BitTiming,
Nodes,
ValueTables,
Messages,
MessageTransmitters,
EnvironmentVariables,
EnvironmentVariableData,
SignalTypes,
Comments,
AttributeDefinitions,
RelationAttributeDefinitions,
AttributeDefaults,
RelationAttributeDefaults,
RelationAttributeValues,
AttributeValuesDatabase,
AttributeValuesNode,
AttributeValuesMessage,
AttributeValuesSignal,
AttributeValuesEnv,
ValueDescriptions,
SignalTypeRefs,
SignalGroups,
SignalExtendedValueTypeList,
ExtendedMultiplex,
}Variants§
Version
NewSymbols
BitTiming
Nodes
ValueTables
Messages
MessageTransmitters
EnvironmentVariables
EnvironmentVariableData
SignalTypes
Comments
AttributeDefinitions
RelationAttributeDefinitions
AttributeDefaults
RelationAttributeDefaults
RelationAttributeValues
AttributeValuesDatabase
AttributeValuesNode
AttributeValuesMessage
AttributeValuesSignal
AttributeValuesEnv
ValueDescriptions
SignalTypeRefs
SignalGroups
SignalExtendedValueTypeList
ExtendedMultiplex
Trait Implementations§
Source§impl Clone for DbcSection
impl Clone for DbcSection
Source§fn clone(&self) -> DbcSection
fn clone(&self) -> DbcSection
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DbcSection
impl Debug for DbcSection
Source§impl Display for DbcSection
impl Display for DbcSection
Source§impl FromStr for DbcSection
impl FromStr for DbcSection
Source§impl Hash for DbcSection
impl Hash for DbcSection
Source§impl IntoEnumIterator for DbcSection
impl IntoEnumIterator for DbcSection
type Iterator = DbcSectionIter
fn iter() -> DbcSectionIter ⓘ
Source§impl PartialEq for DbcSection
impl PartialEq for DbcSection
Source§impl TryFrom<&str> for DbcSection
impl TryFrom<&str> for DbcSection
impl Copy for DbcSection
impl Eq for DbcSection
impl StructuralPartialEq for DbcSection
Auto Trait Implementations§
impl Freeze for DbcSection
impl RefUnwindSafe for DbcSection
impl Send for DbcSection
impl Sync for DbcSection
impl Unpin for DbcSection
impl UnwindSafe for DbcSection
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