MotuPortAssignSpecification

Trait MotuPortAssignSpecification 

Source
pub trait MotuPortAssignSpecification {
    const ASSIGN_PORT_TARGETS: &'static [TargetPort];
    const ASSIGN_PORT_VALS: &'static [u8];
}
Expand description

The trait for specification of port assignment.

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl MotuPortAssignSpecification for F8preProtocol

Source§

impl MotuPortAssignSpecification for F828mk2Protocol

Source§

impl MotuPortAssignSpecification for F896hdProtocol

Source§

impl MotuPortAssignSpecification for TravelerProtocol

Source§

impl MotuPortAssignSpecification for UltraliteProtocol

Source§

impl MotuPortAssignSpecification for AudioExpressProtocol

Source§

impl MotuPortAssignSpecification for F828mk3HybridProtocol

Source§

const ASSIGN_PORT_TARGETS: &'static [TargetPort] = F828MK3_ASSIGN_PORT_TARGETS

Source§

const ASSIGN_PORT_VALS: &'static [u8] = F828MK3_ASSIGN_PORT_VALS

Source§

impl MotuPortAssignSpecification for F828mk3Protocol

Source§

const ASSIGN_PORT_TARGETS: &'static [TargetPort] = F828MK3_ASSIGN_PORT_TARGETS

Source§

const ASSIGN_PORT_VALS: &'static [u8] = F828MK3_ASSIGN_PORT_VALS

Source§

impl MotuPortAssignSpecification for F896mk3HybridProtocol

Source§

const ASSIGN_PORT_TARGETS: &'static [TargetPort] = F896_MK3_ASSIGN_PORT_TARGETS

Source§

const ASSIGN_PORT_VALS: &'static [u8] = F896_MK3_ASSIGN_PORT_VALS

Source§

impl MotuPortAssignSpecification for F896mk3Protocol

Source§

const ASSIGN_PORT_TARGETS: &'static [TargetPort] = F896_MK3_ASSIGN_PORT_TARGETS

Source§

const ASSIGN_PORT_VALS: &'static [u8] = F896_MK3_ASSIGN_PORT_VALS

Source§

impl MotuPortAssignSpecification for H4preProtocol

Source§

impl MotuPortAssignSpecification for Track16Protocol

Source§

impl MotuPortAssignSpecification for TravelerMk3Protocol

Source§

impl MotuPortAssignSpecification for UltraliteMk3HybridProtocol

Source§

const ASSIGN_PORT_TARGETS: &'static [TargetPort] = ULTRALITE_MK3_ASSIGN_PORT_TARGETS

Source§

const ASSIGN_PORT_VALS: &'static [u8] = ULTRALITE_MK3_ASSIGN_PORT_VALS

Source§

impl MotuPortAssignSpecification for UltraliteMk3Protocol

Source§

const ASSIGN_PORT_TARGETS: &'static [TargetPort] = ULTRALITE_MK3_ASSIGN_PORT_TARGETS

Source§

const ASSIGN_PORT_VALS: &'static [u8] = ULTRALITE_MK3_ASSIGN_PORT_VALS