pub struct EcucEnumerationLiteralDef(/* private fields */);
Expand description
EcucEnumerationLiteralDef
is used to specify an enumeration literal in the ECU configuration
Trait Implementations§
Source§impl Clone for EcucEnumerationLiteralDef
impl Clone for EcucEnumerationLiteralDef
Source§fn clone(&self) -> EcucEnumerationLiteralDef
fn clone(&self) -> EcucEnumerationLiteralDef
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 EcucEnumerationLiteralDef
impl Debug for EcucEnumerationLiteralDef
Source§impl From<EcucEnumerationLiteralDef> for Element
impl From<EcucEnumerationLiteralDef> for Element
Source§fn from(val: EcucEnumerationLiteralDef) -> Self
fn from(val: EcucEnumerationLiteralDef) -> Self
Converts to this type from the input type.
Source§impl Hash for EcucEnumerationLiteralDef
impl Hash for EcucEnumerationLiteralDef
Source§impl TryFrom<Element> for EcucEnumerationLiteralDef
impl TryFrom<Element> for EcucEnumerationLiteralDef
impl Eq for EcucEnumerationLiteralDef
impl StructuralPartialEq for EcucEnumerationLiteralDef
Auto Trait Implementations§
impl Freeze for EcucEnumerationLiteralDef
impl !RefUnwindSafe for EcucEnumerationLiteralDef
impl Send for EcucEnumerationLiteralDef
impl Sync for EcucEnumerationLiteralDef
impl Unpin for EcucEnumerationLiteralDef
impl !UnwindSafe for EcucEnumerationLiteralDef
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.