Enum can_dbc::MultiplexIndicator
source · [−]pub enum MultiplexIndicator {
Multiplexor,
MultiplexedSignal(u64),
MultiplexorAndMultiplexedSignal(u64),
Plain,
}
Variants
Multiplexor
Multiplexor switch
MultiplexedSignal(u64)
Signal us being multiplexed by the multiplexer switch.
MultiplexorAndMultiplexedSignal(u64)
Signal us being multiplexed by the multiplexer switch and itself is a multiplexor
Plain
Normal signal
Trait Implementations
sourceimpl Clone for MultiplexIndicator
impl Clone for MultiplexIndicator
sourcefn clone(&self) -> MultiplexIndicator
fn clone(&self) -> MultiplexIndicator
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 MultiplexIndicator
impl Debug for MultiplexIndicator
sourceimpl PartialEq<MultiplexIndicator> for MultiplexIndicator
impl PartialEq<MultiplexIndicator> for MultiplexIndicator
sourcefn eq(&self, other: &MultiplexIndicator) -> bool
fn eq(&self, other: &MultiplexIndicator) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &MultiplexIndicator) -> bool
fn ne(&self, other: &MultiplexIndicator) -> bool
This method tests for !=
.
impl Copy for MultiplexIndicator
impl StructuralPartialEq for MultiplexIndicator
Auto Trait Implementations
impl RefUnwindSafe for MultiplexIndicator
impl Send for MultiplexIndicator
impl Sync for MultiplexIndicator
impl Unpin for MultiplexIndicator
impl UnwindSafe for MultiplexIndicator
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