Struct windows_sys::Win32::Networking::WinSock::IN6_PKTINFO
[−]Expand description
Required features: "Win32_Networking_WinSock"
Fields
ipi6_addr: IN6_ADDR
ipi6_ifindex: u32
Trait Implementations
impl Clone for IN6_PKTINFO
impl Clone for IN6_PKTINFO
impl Copy for IN6_PKTINFO
Auto Trait Implementations
impl RefUnwindSafe for IN6_PKTINFO
impl Send for IN6_PKTINFO
impl Sync for IN6_PKTINFO
impl Unpin for IN6_PKTINFO
impl UnwindSafe for IN6_PKTINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more