Struct rmididings::ConfigArguments[][src]

pub struct ConfigArguments<'a> {
    pub backend: BackendType,
    pub client_name: &'a str,
    pub in_ports: &'a [[&'a str; 2]],
    pub out_ports: &'a [[&'a str; 2]],
    pub data_offset: u8,
    pub scene_offset: SceneNum,
    pub initial_scene: SceneNum,
    pub start_delay: f32,
}

Fields

backend: BackendTypeclient_name: &'a strin_ports: &'a [[&'a str; 2]]out_ports: &'a [[&'a str; 2]]data_offset: u8scene_offset: SceneNuminitial_scene: SceneNumstart_delay: f32

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.