retina_datatypes::packet

Type Alias ZcFrame

Source
pub type ZcFrame = Mbuf;
Expand description

Subscribable alias for [retina_core::Mbuf]

Aliased Type§

struct ZcFrame { /* private fields */ }

Trait Implementations§

Source§

impl FromMbuf for ZcFrame

Source§

fn from_mbuf(mbuf: &Mbuf) -> Option<&Self>