Struct can_dbc::SignalExtendedValueTypeList
source · [−]pub struct SignalExtendedValueTypeList { /* private fields */ }
Implementations
sourceimpl SignalExtendedValueTypeList
impl SignalExtendedValueTypeList
pub fn message_id(&self) -> &MessageId
pub fn signal_name(&self) -> &String
pub fn signal_extended_value_type(&self) -> &SignalExtendedValueType
Trait Implementations
sourceimpl Clone for SignalExtendedValueTypeList
impl Clone for SignalExtendedValueTypeList
sourcefn clone(&self) -> SignalExtendedValueTypeList
fn clone(&self) -> SignalExtendedValueTypeList
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 SignalExtendedValueTypeList
impl Debug for SignalExtendedValueTypeList
sourceimpl PartialEq<SignalExtendedValueTypeList> for SignalExtendedValueTypeList
impl PartialEq<SignalExtendedValueTypeList> for SignalExtendedValueTypeList
sourcefn eq(&self, other: &SignalExtendedValueTypeList) -> bool
fn eq(&self, other: &SignalExtendedValueTypeList) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &SignalExtendedValueTypeList) -> bool
fn ne(&self, other: &SignalExtendedValueTypeList) -> bool
This method tests for !=
.
impl StructuralPartialEq for SignalExtendedValueTypeList
Auto Trait Implementations
impl RefUnwindSafe for SignalExtendedValueTypeList
impl Send for SignalExtendedValueTypeList
impl Sync for SignalExtendedValueTypeList
impl Unpin for SignalExtendedValueTypeList
impl UnwindSafe for SignalExtendedValueTypeList
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