[][src]Struct miniaudio_sys::ma_context__bindgen_ty_1__bindgen_ty_3

#[repr(C)]
pub struct ma_context__bindgen_ty_1__bindgen_ty_3 {
    pub jackSO: ma_handle,
    pub jack_client_open: ma_proc,
    pub jack_client_close: ma_proc,
    pub jack_client_name_size: ma_proc,
    pub jack_set_process_callback: ma_proc,
    pub jack_set_buffer_size_callback: ma_proc,
    pub jack_on_shutdown: ma_proc,
    pub jack_get_sample_rate: ma_proc,
    pub jack_get_buffer_size: ma_proc,
    pub jack_get_ports: ma_proc,
    pub jack_activate: ma_proc,
    pub jack_deactivate: ma_proc,
    pub jack_connect: ma_proc,
    pub jack_port_register: ma_proc,
    pub jack_port_name: ma_proc,
    pub jack_port_get_buffer: ma_proc,
    pub jack_free: ma_proc,
    pub pClientName: *mut c_char,
    pub tryStartServer: ma_bool32,
}

Fields

jackSO: ma_handlejack_client_open: ma_procjack_client_close: ma_procjack_client_name_size: ma_procjack_set_process_callback: ma_procjack_set_buffer_size_callback: ma_procjack_on_shutdown: ma_procjack_get_sample_rate: ma_procjack_get_buffer_size: ma_procjack_get_ports: ma_procjack_activate: ma_procjack_deactivate: ma_procjack_connect: ma_procjack_port_register: ma_procjack_port_name: ma_procjack_port_get_buffer: ma_procjack_free: ma_procpClientName: *mut c_chartryStartServer: ma_bool32

Trait Implementations

impl Clone for ma_context__bindgen_ty_1__bindgen_ty_3[src]

impl Copy for ma_context__bindgen_ty_1__bindgen_ty_3[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.