zfi 0.2.0

Zero-cost and safe interface to UEFI firmware
Documentation
1
2
3
4
5
6
/// Represents an `EFI_EVENT`.
///
/// The reason this type is not exposed is because it is likely to be changing in the future.
#[repr(transparent)]
#[derive(Clone, Copy)]
pub(crate) struct Event(usize);