#[repr(C)]pub struct icmpv6_echo_reply_lh {
pub Address: IPV6_ADDRESS_EX,
pub Status: u32,
pub RoundTripTime: u32,
}
Expand description
Required features: "Win32_NetworkManagement_IpHelper"
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
impl Copy for icmpv6_echo_reply_lh
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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