Struct windows_sys::Win32::Networking::WinSock::IN_PKTINFO
#[repr(C)]pub struct IN_PKTINFO {
pub ipi_addr: IN_ADDR,
pub ipi_ifindex: u32,
}
Fields§
§ipi_addr: IN_ADDR
§ipi_ifindex: u32
Trait Implementations§
§impl Clone for IN_PKTINFO
impl Clone for IN_PKTINFO
impl Copy for IN_PKTINFO
Auto Trait Implementations§
impl RefUnwindSafe for IN_PKTINFO
impl Send for IN_PKTINFO
impl Sync for IN_PKTINFO
impl Unpin for IN_PKTINFO
impl UnwindSafe for IN_PKTINFO
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