pub struct SignalGroups { /* private fields */ }
Expand description
Signal groups define a group of signals within a message
Implementations§
Source§impl SignalGroups
Auto-generated by derive_getters::Getters
.
impl SignalGroups
Auto-generated by derive_getters::Getters
.
Sourcepub fn message_id(&self) -> &MessageId
pub fn message_id(&self) -> &MessageId
Get field message_id
from instance of SignalGroups
.
Sourcepub fn signal_group_name(&self) -> &String
pub fn signal_group_name(&self) -> &String
Get field signal_group_name
from instance of SignalGroups
.
Sourcepub fn repetitions(&self) -> &u64
pub fn repetitions(&self) -> &u64
Get field repetitions
from instance of SignalGroups
.
Sourcepub fn signal_names(&self) -> &Vec<String>
pub fn signal_names(&self) -> &Vec<String>
Get field signal_names
from instance of SignalGroups
.
Trait Implementations§
Source§impl Clone for SignalGroups
impl Clone for SignalGroups
Source§fn clone(&self) -> SignalGroups
fn clone(&self) -> SignalGroups
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SignalGroups
impl Debug for SignalGroups
Source§impl PartialEq for SignalGroups
impl PartialEq for SignalGroups
impl StructuralPartialEq for SignalGroups
Auto Trait Implementations§
impl Freeze for SignalGroups
impl RefUnwindSafe for SignalGroups
impl Send for SignalGroups
impl Sync for SignalGroups
impl Unpin for SignalGroups
impl UnwindSafe for SignalGroups
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more