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§