pub struct UdpLayer {
pub payload_size: usize,
pub packet_count: usize,
}Fields§
§payload_size: usize§packet_count: usizeTrait Implementations§
Source§impl<'de> Deserialize<'de> for UdpLayer
impl<'de> Deserialize<'de> for UdpLayer
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for UdpLayer
impl RefUnwindSafe for UdpLayer
impl Send for UdpLayer
impl Sync for UdpLayer
impl Unpin for UdpLayer
impl UnsafeUnpin for UdpLayer
impl UnwindSafe for UdpLayer
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