We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
IpAddress
1 parent fc814e2 commit c63c420Copy full SHA for c63c420
src/proto/network/mod.rs
@@ -4,7 +4,8 @@
4
5
pub mod pxe;
6
7
-/// EFI_IP_ADDRESS
+/// Represents an IPv4/v6 address. Corresponds to `EFI_IP_ADDRESS` type in the
8
+/// C API.
9
#[derive(Clone, Copy)]
10
#[repr(C, align(4))]
11
pub struct IpAddress(pub [u8; 16]);
0 commit comments