retina_datatypes
1.0.0
Payload
Trait Implementations
FromMbuf
In retina_datatypes::packet
Type Alias
retina_datatypes
::
packet
::
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
>