Trait SliceView

Source
pub trait SliceView {
    // Provided method
    fn as_bytes(&self) -> &[u8] 
       where Self: Sized { ... }
}

Provided Methods§

Source

fn as_bytes(&self) -> &[u8]
where Self: Sized,

Implementors§

Source§

impl SliceView for AtisPolarity

Source§

impl SliceView for Polarity

Source§

impl SliceView for TriggerPolarity

Source§

impl<Timestamp, Id> SliceView for TriggerEvent<Timestamp, Id>

Source§

impl<Timestamp, X, Y> SliceView for AtisEvent<Timestamp, X, Y>

Source§

impl<Timestamp, X, Y> SliceView for PolarityEvent<Timestamp, X, Y>