We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 112e20b commit b8373b0Copy full SHA for b8373b0
uefi/src/table/boot.rs
@@ -1716,4 +1716,4 @@ impl<'a> HandleBuffer<'a> {
1716
/// with [`BootServices::locate_handle`] via [`SearchType::ByRegisterNotify`].
1717
#[derive(Debug, Clone, Copy)]
1718
#[repr(transparent)]
1719
-pub struct ProtocolSearchKey(NonNull<c_void>);
+pub struct ProtocolSearchKey(pub(crate) NonNull<c_void>);
0 commit comments