pub struct Signal<'a> { /* private fields */ }Implementations§
Source§impl<'a> Signal<'a>
impl<'a> Signal<'a>
pub fn name(&self) -> &str
pub fn start_bit(&self) -> u16
pub fn length(&self) -> u16
pub fn byte_order(&self) -> ByteOrder
pub fn is_unsigned(&self) -> bool
pub fn factor(&self) -> f64
pub fn offset(&self) -> f64
pub fn min(&self) -> f64
pub fn max(&self) -> f64
pub fn unit(&self) -> Option<&'a str>
pub fn receivers(&self) -> &Receivers<'a>
pub fn to_dbc_string(&self) -> String
Trait Implementations§
impl<'a> Eq for Signal<'a>
impl<'a> StructuralPartialEq for Signal<'a>
Auto Trait Implementations§
impl<'a> Freeze for Signal<'a>
impl<'a> RefUnwindSafe for Signal<'a>
impl<'a> Send for Signal<'a>
impl<'a> Sync for Signal<'a>
impl<'a> Unpin for Signal<'a>
impl<'a> UnwindSafe for Signal<'a>
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