INoteExpressionPhysicalUIMappingTrait

Trait INoteExpressionPhysicalUIMappingTrait 

Source
pub trait INoteExpressionPhysicalUIMappingTrait {
    // Required method
    unsafe fn getPhysicalUIMapping(
        &self,
        busIndex: int32,
        channel: int16,
        list: *mut PhysicalUIMapList,
    ) -> tresult;
}

Required Methods§

Source

unsafe fn getPhysicalUIMapping( &self, busIndex: int32, channel: int16, list: *mut PhysicalUIMapList, ) -> tresult

Implementors§