pub struct ASCIIInBlock { /* private fields */ }Expand description
ASCIIIn block (Block ID 4075)
Raw ASCII line received on a configured receiver input port.
Implementations§
Source§impl ASCIIInBlock
impl ASCIIInBlock
pub fn tow_seconds(&self) -> f64
pub fn tow_ms(&self) -> u32
pub fn wnc(&self) -> u16
pub fn connection_descriptor(&self) -> u8
pub fn string_len(&self) -> u16
pub fn sensor_model(&self) -> &[u8] ⓘ
pub fn sensor_model_lossy(&self) -> String
pub fn sensor_type(&self) -> &[u8] ⓘ
pub fn sensor_type_lossy(&self) -> String
pub fn ascii_string(&self) -> &[u8] ⓘ
pub fn ascii_text_lossy(&self) -> String
Trait Implementations§
Source§impl Clone for ASCIIInBlock
impl Clone for ASCIIInBlock
Source§fn clone(&self) -> ASCIIInBlock
fn clone(&self) -> ASCIIInBlock
Returns a duplicate 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 ASCIIInBlock
impl Debug for ASCIIInBlock
Auto Trait Implementations§
impl Freeze for ASCIIInBlock
impl RefUnwindSafe for ASCIIInBlock
impl Send for ASCIIInBlock
impl Sync for ASCIIInBlock
impl Unpin for ASCIIInBlock
impl UnsafeUnpin for ASCIIInBlock
impl UnwindSafe for ASCIIInBlock
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