[][src]Struct csound_sys::CSOUND_PARAMS

#[repr(C)]
pub struct CSOUND_PARAMS { pub debug_mode: c_int, pub buffer_frames: c_int, pub hardware_buffer_frames: c_int, pub displays: c_int, pub ascii_graphs: c_int, pub postscript_graphs: c_int, pub message_level: c_int, pub tempo: c_int, pub ring_bell: c_int, pub use_cscore: c_int, pub terminate_on_midi: c_int, pub heartbeat: c_int, pub defer_gen01_load: c_int, pub midi_key: c_int, pub midi_key_cps: c_int, pub midi_key_oct: c_int, pub midi_key_pch: c_int, pub midi_velocity: c_int, pub midi_velocity_amp: c_int, pub no_default_paths: c_int, pub number_of_threads: c_int, pub syntax_check_only: c_int, pub csd_line_counts: c_int, pub compute_weights: c_int, pub realtime_mode: c_int, pub sample_accurate: c_int, pub sample_rate_override: c_double, pub control_rate_override: c_double, pub nchnls_override: c_int, pub nchnls_i_override: c_int, pub e0dbfs_override: c_double, pub daemon: c_int, pub ksmps_override: c_int, pub FFT_library: c_int, }

Fields

debug_mode: c_intbuffer_frames: c_inthardware_buffer_frames: c_intdisplays: c_intascii_graphs: c_intpostscript_graphs: c_intmessage_level: c_inttempo: c_intring_bell: c_intuse_cscore: c_intterminate_on_midi: c_intheartbeat: c_intdefer_gen01_load: c_intmidi_key: c_intmidi_key_cps: c_intmidi_key_oct: c_intmidi_key_pch: c_intmidi_velocity: c_intmidi_velocity_amp: c_intno_default_paths: c_intnumber_of_threads: c_intsyntax_check_only: c_intcsd_line_counts: c_intcompute_weights: c_intrealtime_mode: c_intsample_accurate: c_intsample_rate_override: c_doublecontrol_rate_override: c_doublenchnls_override: c_intnchnls_i_override: c_inte0dbfs_override: c_doubledaemon: c_intksmps_override: c_intFFT_library: c_int

Trait Implementations

impl Copy for CSOUND_PARAMS[src]

impl Clone for CSOUND_PARAMS[src]

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

Performs copy-assignment from source. Read more

impl Debug for CSOUND_PARAMS[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]