Struct can_dbc::SignalType
source · [−]pub struct SignalType { /* private fields */ }
Implementations
sourceimpl SignalType
impl SignalType
pub fn signal_type_name(&self) -> &String
pub fn signal_size(&self) -> &u64
pub fn byte_order(&self) -> &ByteOrder
pub fn value_type(&self) -> &ValueType
pub fn factor(&self) -> &f64
pub fn offset(&self) -> &f64
pub fn min(&self) -> &f64
pub fn max(&self) -> &f64
pub fn unit(&self) -> &String
pub fn default_value(&self) -> &f64
pub fn value_table(&self) -> &String
Trait Implementations
sourceimpl Clone for SignalType
impl Clone for SignalType
sourcefn clone(&self) -> SignalType
fn clone(&self) -> SignalType
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 SignalType
impl Debug for SignalType
sourceimpl PartialEq<SignalType> for SignalType
impl PartialEq<SignalType> for SignalType
sourcefn eq(&self, other: &SignalType) -> bool
fn eq(&self, other: &SignalType) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &SignalType) -> bool
fn ne(&self, other: &SignalType) -> bool
This method tests for !=
.
impl StructuralPartialEq for SignalType
Auto Trait Implementations
impl RefUnwindSafe for SignalType
impl Send for SignalType
impl Sync for SignalType
impl Unpin for SignalType
impl UnwindSafe for SignalType
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