[][src]Trait packet::size::payload::Max

pub trait Max {
    pub fn max() -> usize;
}

Maximum size of a packet payload.

Required methods

pub fn max() -> usize[src]

Get the maximum size.

Loading content...

Implementors

impl<B> Max for packet::ether::Packet<B>[src]

impl<B> Max for packet::icmp::information::Packet<B>[src]

impl<B> Max for packet::icmp::parameter_problem::Packet<B>[src]

impl<B> Max for packet::icmp::previous::Packet<B>[src]

impl<B> Max for packet::icmp::redirect_message::Packet<B>[src]

impl<B> Max for packet::icmp::timestamp::Packet<B>[src]

impl<B> Max for packet::ip::v4::option::Option<B>[src]

impl<B> Max for packet::ip::v4::Packet<B>[src]

impl<B> Max for packet::ip::v6::Packet<B>[src]

impl<B> Max for packet::tcp::option::Option<B>[src]

impl<B> Max for packet::tcp::Packet<B>[src]

impl<B> Max for packet::udp::Packet<B>[src]

Loading content...