Skip to content

Commit fc814e2

Browse files
committed
improve doc comment for MacAddress
1 parent e39761b commit fc814e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/proto/network/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ impl IpAddress {
2626
}
2727
}
2828

29-
/// EFI_MAC_ADDRESS
29+
/// Represents a MAC (media access control) address. Corresponds to the
30+
/// `EFI_MAC_ADDRESS` type in the C API.
3031
#[derive(Clone, Copy)]
3132
#[repr(C)]
3233
pub struct MacAddress(pub [u8; 32]);

0 commit comments

Comments
 (0)