Enum can_dbc::Transmitter
source · pub enum Transmitter {
NodeName(String),
VectorXXX,
}
Variants
NodeName(String)
node transmitting the message
VectorXXX
message has no sender
Trait Implementations
sourceimpl Clone for Transmitter
impl Clone for Transmitter
sourcefn clone(&self) -> Transmitter
fn clone(&self) -> Transmitter
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 Transmitter
impl Debug for Transmitter
sourceimpl PartialEq<Transmitter> for Transmitter
impl PartialEq<Transmitter> for Transmitter
sourcefn eq(&self, other: &Transmitter) -> bool
fn eq(&self, other: &Transmitter) -> bool
impl StructuralPartialEq for Transmitter
Auto Trait Implementations
impl RefUnwindSafe for Transmitter
impl Send for Transmitter
impl Sync for Transmitter
impl Unpin for Transmitter
impl UnwindSafe for Transmitter
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