Struct windows::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
§fn clone(&self) -> IN_PKTINFO
fn clone(&self) -> IN_PKTINFO
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for IN_PKTINFO
Auto Trait Implementations§
impl Freeze for IN_PKTINFO
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)