Enum can_dbc::SignalAttributeValue
source · Variants
Text(String)
Int(i64)
Trait Implementations
sourceimpl Clone for SignalAttributeValue
impl Clone for SignalAttributeValue
sourcefn clone(&self) -> SignalAttributeValue
fn clone(&self) -> SignalAttributeValue
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SignalAttributeValue
impl Debug for SignalAttributeValue
sourceimpl PartialEq<SignalAttributeValue> for SignalAttributeValue
impl PartialEq<SignalAttributeValue> for SignalAttributeValue
sourcefn eq(&self, other: &SignalAttributeValue) -> bool
fn eq(&self, other: &SignalAttributeValue) -> bool
impl StructuralPartialEq for SignalAttributeValue
Auto Trait Implementations
impl RefUnwindSafe for SignalAttributeValue
impl Send for SignalAttributeValue
impl Sync for SignalAttributeValue
impl Unpin for SignalAttributeValue
impl UnwindSafe for SignalAttributeValue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more