pub enum Adapter {
Davis346(Adapter),
Dvxplorer(Adapter),
Evt3(Adapter),
}
Variants§
Implementations§
Source§impl Adapter
impl Adapter
pub fn state(&self) -> State
pub fn events_lengths(&self, slice: &[u8]) -> EventsLengths
pub fn events_lengths_until( &mut self, slice: &[u8], threshold_t: u64, ) -> (EventsLengths, usize)
pub fn current_t(&self) -> u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Adapter
impl RefUnwindSafe for Adapter
impl Send for Adapter
impl Sync for Adapter
impl Unpin for Adapter
impl UnwindSafe for Adapter
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