Struct Dhcp4TransmitReceiveToken
Source #[repr(C)]
pub struct Dhcp4TransmitReceiveToken {
pub status: Status,
pub completion_event: Event,
pub remote_address: Ipv4Address,
pub remote_port: u16,
pub gateway_address: Ipv4Address,
pub listen_point_count: u32,
pub listen_points: *mut Dhcp4ListenPoint,
pub timeout_value: u32,
pub packet: *mut Dhcp4Packet,
pub response_count: u32,
pub response_list: *mut Dhcp4Packet,
}
Formats the value using the given formatter.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
[From]<T> for U
chooses to do.
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.