Struct coreaudio_sys::audio_unit::Struct_MusicDeviceNoteParams [] [src]

pub struct Struct_MusicDeviceNoteParams {
    pub argCount: UInt32,
    pub mPitch: Float32,
    pub mVelocity: Float32,
    pub mControls: [NoteParamsControlValue; 1],
}

Fields

argCount: UInt32 mPitch: Float32 mVelocity: Float32 mControls: [NoteParamsControlValue; 1]

Trait Implementations

impl Copy for Struct_MusicDeviceNoteParams
[src]

impl Clone for Struct_MusicDeviceNoteParams
[src]

fn clone(&self) -> Struct_MusicDeviceNoteParams

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for Struct_MusicDeviceNoteParams
[src]

fn default() -> Struct_MusicDeviceNoteParams

Returns the "default value" for a type. Read more