Skip to content

Commit c63c420

Browse files
committed
improve doc comment for IpAddress
1 parent fc814e2 commit c63c420

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/proto/network/mod.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
55
pub mod pxe;
66

7-
/// EFI_IP_ADDRESS
7+
/// Represents an IPv4/v6 address. Corresponds to `EFI_IP_ADDRESS` type in the
8+
/// C API.
89
#[derive(Clone, Copy)]
910
#[repr(C, align(4))]
1011
pub struct IpAddress(pub [u8; 16]);

0 commit comments

Comments
 (0)