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 more
sourceimpl 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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &SignalAttributeValue) -> bool
fn ne(&self, other: &SignalAttributeValue) -> bool
This method tests for !=
.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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