retina_
datatypes
1.0.0
Payload
Trait Implementations
FromMbuf
In retina_
datatypes::
packet
retina_datatypes
::
packet
Type Alias
Payload
Copy item path
Source
pub type Payload = [
u8
];
Expand description
Payload after TCP/UDP headers
Trait Implementations
§
Source
§
impl
FromMbuf
for
Payload
Source
§
fn
from_mbuf
(mbuf: &Mbuf) ->
Option
<&Self>