#[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
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§
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