#[repr(C)]
pub struct icmp_echo_reply { pub Address: u32, pub Status: u32, pub RoundTripTime: u32, pub DataSize: u16, pub Reserved: u16, pub Data: *mut c_void, pub Options: ip_option_information, }
Expand description

Required features: ‘Win32_NetworkManagement_IpHelper’

Fields

Address: u32Status: u32RoundTripTime: u32DataSize: u16Reserved: u16Data: *mut c_voidOptions: ip_option_information

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.