[][src]Crate uefi_macros

Attribute Macros

entry

Custom attribute for a UEFI executable entrypoint

unsafe_guid

unsafe_guid attribute macro, implements the Identify trait for any type (mostly works like a custom derive, but also supports type aliases)

Derive Macros

Protocol

Custom derive for the Protocol trait