[][src]Struct miniaudio_sys::ma_src

#[repr(C)]
pub struct ma_src {
    pub __bindgen_anon_1: ma_src__bindgen_ty_1,
    pub config: ma_src_config,
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
    pub __bindgen_padding_0: [u8; 15],
}

Fields

__bindgen_anon_1: ma_src__bindgen_ty_1config: ma_src_config_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>__bindgen_padding_0: [u8; 15]

Methods

impl ma_src[src]

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

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

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

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

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

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

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

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

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

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

pub fn new_bitfield_1(
    isEndOfInputLoaded: ma_bool32,
    useSSE2: ma_bool32,
    useAVX2: ma_bool32,
    useAVX512: ma_bool32,
    useNEON: ma_bool32
) -> __BindgenBitfieldUnit<[u8; 1], u8>
[src]

Trait Implementations

impl Clone for ma_src[src]

impl Copy for ma_src[src]

Auto Trait Implementations

impl RefUnwindSafe for ma_src

impl !Send for ma_src

impl !Sync for ma_src

impl Unpin for ma_src

impl UnwindSafe for ma_src

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.