Struct quinn_udp::RecvMeta [−][src]
pub struct RecvMeta {
pub addr: SocketAddr,
pub len: usize,
pub ecn: Option<EcnCodepoint>,
pub dst_ip: Option<IpAddr>,
}
Fields
addr: SocketAddr
len: usize
ecn: Option<EcnCodepoint>
dst_ip: Option<IpAddr>
The destination IP address which was encoded in this datagram
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RecvMeta
impl UnwindSafe for RecvMeta
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more