pub struct SignalTypeRef { /* private fields */ }
Implementations§
Source§impl SignalTypeRef
Auto-generated by derive_getters::Getters
.
impl SignalTypeRef
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 SignalTypeRef
.
Sourcepub fn signal_name(&self) -> &String
pub fn signal_name(&self) -> &String
Get field signal_name
from instance of SignalTypeRef
.
Sourcepub fn signal_type_name(&self) -> &String
pub fn signal_type_name(&self) -> &String
Get field signal_type_name
from instance of SignalTypeRef
.
Trait Implementations§
Source§impl Clone for SignalTypeRef
impl Clone for SignalTypeRef
Source§fn clone(&self) -> SignalTypeRef
fn clone(&self) -> SignalTypeRef
Returns a copy 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 SignalTypeRef
impl Debug for SignalTypeRef
Source§impl PartialEq for SignalTypeRef
impl PartialEq for SignalTypeRef
impl StructuralPartialEq for SignalTypeRef
Auto Trait Implementations§
impl Freeze for SignalTypeRef
impl RefUnwindSafe for SignalTypeRef
impl Send for SignalTypeRef
impl Sync for SignalTypeRef
impl Unpin for SignalTypeRef
impl UnwindSafe for SignalTypeRef
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