Struct windows::Win32::NetworkManagement::IpHelper::ICMPV6_ECHO_REPLY_LH
#[repr(C)]pub struct ICMPV6_ECHO_REPLY_LH {
pub Address: IPV6_ADDRESS_EX,
pub Status: u32,
pub RoundTripTime: u32,
}
Fields§
§Address: IPV6_ADDRESS_EX
§Status: u32
§RoundTripTime: u32
Trait Implementations§
§impl Clone for ICMPV6_ECHO_REPLY_LH
impl Clone for ICMPV6_ECHO_REPLY_LH
§fn clone(&self) -> ICMPV6_ECHO_REPLY_LH
fn clone(&self) -> ICMPV6_ECHO_REPLY_LH
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 more§impl Default for ICMPV6_ECHO_REPLY_LH
impl Default for ICMPV6_ECHO_REPLY_LH
impl Copy for ICMPV6_ECHO_REPLY_LH
Auto Trait Implementations§
impl Freeze for ICMPV6_ECHO_REPLY_LH
impl RefUnwindSafe for ICMPV6_ECHO_REPLY_LH
impl Send for ICMPV6_ECHO_REPLY_LH
impl Sync for ICMPV6_ECHO_REPLY_LH
impl Unpin for ICMPV6_ECHO_REPLY_LH
impl UnwindSafe for ICMPV6_ECHO_REPLY_LH
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
)