Struct can_dbc::SignalTypeRef
source · [−]pub struct SignalTypeRef { /* private fields */ }
Implementations
sourceimpl SignalTypeRef
impl SignalTypeRef
pub fn message_id(&self) -> &MessageId
pub fn signal_name(&self) -> &String
pub fn signal_type_name(&self) -> &String
Trait Implementations
sourceimpl Clone for SignalTypeRef
impl Clone for SignalTypeRef
sourcefn clone(&self) -> SignalTypeRef
fn clone(&self) -> SignalTypeRef
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 SignalTypeRef
impl Debug for SignalTypeRef
sourceimpl PartialEq<SignalTypeRef> for SignalTypeRef
impl PartialEq<SignalTypeRef> for SignalTypeRef
sourcefn eq(&self, other: &SignalTypeRef) -> bool
fn eq(&self, other: &SignalTypeRef) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &SignalTypeRef) -> bool
fn ne(&self, other: &SignalTypeRef) -> bool
This method tests for !=
.
impl StructuralPartialEq for SignalTypeRef
Auto Trait Implementations
impl RefUnwindSafe for SignalTypeRef
impl Send for SignalTypeRef
impl Sync for SignalTypeRef
impl Unpin for SignalTypeRef
impl UnwindSafe for SignalTypeRef
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