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