Derive Macro simics_macro::AsConfObject

source ยท
#[derive(AsConfObject)]
{
    // Attributes available to this derive:
    #[conf_object]
}
Expand description

Derive macro for implementing conversion to raw ConfObject pointers. This macro implements the AsConfObject trait for the annotated type.