Module libmapper_rs::device
source · Structs§
- A device is libmapper’s connection to the distributed graph. Each device is a collection of signal instances and their metadata.
Traits§
- Marker trait for types that are bit-compatible with the libmapper C library. If this trait is implemented on a type, that type can be passed to libmapper functions safely. Use the
get_mpr_typefunction to pass a type parameter to libmapper.