Type Alias r_efi::base::Handle

source ยท
pub type Handle = *mut c_void;
Expand description

Object Handles

Handles represent access to an opaque object. Handles are untyped by default, but get a meaning when you combine them with an interface. Internally, they are simple void pointers. It is the UEFI driver model that applies meaning to them.