pub struct SignalType { /* private fields */ }
Implementations§
Source§impl SignalType
Auto-generated by derive_getters::Getters
.
impl SignalType
Auto-generated by derive_getters::Getters
.
Sourcepub fn signal_type_name(&self) -> &String
pub fn signal_type_name(&self) -> &String
Get field signal_type_name
from instance of SignalType
.
Sourcepub fn signal_size(&self) -> &u64
pub fn signal_size(&self) -> &u64
Get field signal_size
from instance of SignalType
.
Sourcepub fn byte_order(&self) -> &ByteOrder
pub fn byte_order(&self) -> &ByteOrder
Get field byte_order
from instance of SignalType
.
Sourcepub fn value_type(&self) -> &ValueType
pub fn value_type(&self) -> &ValueType
Get field value_type
from instance of SignalType
.
Sourcepub fn default_value(&self) -> &f64
pub fn default_value(&self) -> &f64
Get field default_value
from instance of SignalType
.
Sourcepub fn value_table(&self) -> &String
pub fn value_table(&self) -> &String
Get field value_table
from instance of SignalType
.
Trait Implementations§
Source§impl Clone for SignalType
impl Clone for SignalType
Source§fn clone(&self) -> SignalType
fn clone(&self) -> SignalType
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 SignalType
impl Debug for SignalType
Source§impl PartialEq for SignalType
impl PartialEq for SignalType
impl StructuralPartialEq for SignalType
Auto Trait Implementations§
impl Freeze for SignalType
impl RefUnwindSafe for SignalType
impl Send for SignalType
impl Sync for SignalType
impl Unpin for SignalType
impl UnwindSafe for SignalType
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