[][src]Struct miniaudio_sys::ma_device__bindgen_ty_3__bindgen_ty_2

#[repr(C)]
pub struct ma_device__bindgen_ty_3__bindgen_ty_2 {
    pub pMainLoop: ma_ptr,
    pub pAPI: ma_ptr,
    pub pPulseContext: ma_ptr,
    pub pStreamPlayback: ma_ptr,
    pub pStreamCapture: ma_ptr,
    pub pulseContextState: ma_uint32,
    pub pMappedBufferPlayback: *mut c_void,
    pub pMappedBufferCapture: *const c_void,
    pub mappedBufferFramesRemainingPlayback: ma_uint32,
    pub mappedBufferFramesRemainingCapture: ma_uint32,
    pub mappedBufferFramesCapacityPlayback: ma_uint32,
    pub mappedBufferFramesCapacityCapture: ma_uint32,
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
    pub __bindgen_padding_0: [u8; 7],
}

Fields

pMainLoop: ma_ptrpAPI: ma_ptrpPulseContext: ma_ptrpStreamPlayback: ma_ptrpStreamCapture: ma_ptrpulseContextState: ma_uint32pMappedBufferPlayback: *mut c_voidpMappedBufferCapture: *const c_voidmappedBufferFramesRemainingPlayback: ma_uint32mappedBufferFramesRemainingCapture: ma_uint32mappedBufferFramesCapacityPlayback: ma_uint32mappedBufferFramesCapacityCapture: ma_uint32_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>__bindgen_padding_0: [u8; 7]

Methods

impl ma_device__bindgen_ty_3__bindgen_ty_2[src]

pub fn breakFromMainLoop(&self) -> ma_bool32[src]

pub fn set_breakFromMainLoop(&mut self, val: ma_bool32)[src]

pub fn new_bitfield_1(
    breakFromMainLoop: ma_bool32
) -> __BindgenBitfieldUnit<[u8; 1], u8>
[src]

Trait Implementations

impl Clone for ma_device__bindgen_ty_3__bindgen_ty_2[src]

impl Copy for ma_device__bindgen_ty_3__bindgen_ty_2[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.