pub type AcpicaOperationFullyInitialized = AcpicaOperation<true, true, true, true>;
Expand description
An alias to an AcpicaOperation
which is completely initialized, and all methods are available.
Aliased Typeยง
struct AcpicaOperationFullyInitialized;