Struct can_dbc::SignalGroups
source · [−]pub struct SignalGroups { /* private fields */ }
Expand description
Signal groups define a group of signals within a message
Implementations
sourceimpl SignalGroups
impl SignalGroups
pub fn message_id(&self) -> &MessageId
pub fn signal_group_name(&self) -> &String
pub fn repetitions(&self) -> &u64
pub fn signal_names(&self) -> &Vec<String>
Trait Implementations
sourceimpl Clone for SignalGroups
impl Clone for SignalGroups
sourcefn clone(&self) -> SignalGroups
fn clone(&self) -> SignalGroups
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 SignalGroups
impl Debug for SignalGroups
sourceimpl PartialEq<SignalGroups> for SignalGroups
impl PartialEq<SignalGroups> for SignalGroups
sourcefn eq(&self, other: &SignalGroups) -> bool
fn eq(&self, other: &SignalGroups) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &SignalGroups) -> bool
fn ne(&self, other: &SignalGroups) -> bool
This method tests for !=
.
impl StructuralPartialEq for SignalGroups
Auto Trait Implementations
impl RefUnwindSafe for SignalGroups
impl Send for SignalGroups
impl Sync for SignalGroups
impl Unpin for SignalGroups
impl UnwindSafe for SignalGroups
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