Trait evegfx::models::WithCoprocessorAPILevel1[][src]

pub trait WithCoprocessorAPILevel1: Model { }

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

This is not implemented by models that predate the concept of API levels and thus only implement API level 1 implicitly. It's only for models that can actually respond to the CMD_APILEVEL coprocessor command with the value 1.

Implementors

impl WithCoprocessorAPILevel1 for Model[src]

Loading content...