[][src]Struct csound_sys::csRtAudioParams

#[repr(C)]
pub struct csRtAudioParams { pub devName: *mut c_char, pub devNum: c_int, pub bufSamp_SW: c_uint, pub bufSamp_HW: c_int, pub nChannels: c_int, pub sampleFormat: c_int, pub sampleRate: c_float, }

Fields

devName: *mut c_chardevNum: c_intbufSamp_SW: c_uintbufSamp_HW: c_intnChannels: c_intsampleFormat: c_intsampleRate: c_float

Trait Implementations

impl Default for csRtAudioParams[src]

impl Copy for csRtAudioParams[src]

impl Clone for csRtAudioParams[src]

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

Performs copy-assignment from source. Read more

impl Debug for csRtAudioParams[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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, 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]