You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uefi-raw: add as_ptr() and as_mut_ptr() for IpAddress
In a nutshell, IpAddress is a buffer for Ipv4 or Ipv6
addresses. As UEFI functions consume pointers, having
this helper is very convenient, especially in
`uefi/src/proto/network/pxe.rs`.
The IpAddress type we want to replace in `uefi` with
the more mature base version from `uefi-raw` also has
corresponding helpers.
This also aligns with other data structures that act
as a buffer.
0 commit comments