pub struct RecvMeta {
pub peer: SocketAddr,
pub local_addr: Option<SocketAddr>,
pub interface: Option<InterfaceId>,
pub group: Option<IpAddr>,
pub timestamp: Option<SystemTime>,
}Fields§
§peer: SocketAddr§local_addr: Option<SocketAddr>§interface: Option<InterfaceId>§group: Option<IpAddr>§timestamp: Option<SystemTime>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RecvMeta
impl RefUnwindSafe for RecvMeta
impl Send for RecvMeta
impl Sync for RecvMeta
impl Unpin for RecvMeta
impl UnsafeUnpin for RecvMeta
impl UnwindSafe for RecvMeta
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