Trait evegfx::models::WithCoprocessorAPILevel2[][src]

pub trait WithCoprocessorAPILevel2: Model { }

Implemented by model types that support selecting coprocessor API level 2.

This trait declares both that the model supports the CMD_APILEVEL command for selecting an API level and that it accepts the value 2 to activate the API level 2 features.

Implementors

impl WithCoprocessorAPILevel2 for Model[src]

Loading content...