Struct aml::AmlContext[][src]

pub struct AmlContext {
    pub namespace: Namespace,
    // some fields omitted
}

Fields

namespace: Namespace

Implementations

Creates a new AmlContext - the central type in managing the AML tables. Only one of these should be created, and it should be passed the DSDT and all SSDTs defined by the hardware.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.