Struct bass_rs::bass::BASS_INFO[][src]

#[repr(C)]
pub struct BASS_INFO {
Show fields pub flags: DWORD, pub hwsize: DWORD, pub hwfree: DWORD, pub freesam: DWORD, pub free3d: DWORD, pub minrate: DWORD, pub maxrate: DWORD, pub eax: BOOL, pub minbuf: DWORD, pub dsver: DWORD, pub latency: DWORD, pub initflags: DWORD, pub speakers: DWORD, pub freq: DWORD,
}

Fields

flags: DWORDhwsize: DWORDhwfree: DWORDfreesam: DWORDfree3d: DWORDminrate: DWORDmaxrate: DWORDeax: BOOLminbuf: DWORDdsver: DWORDlatency: DWORDinitflags: DWORDspeakers: DWORDfreq: DWORD

Trait Implementations

impl Clone for BASS_INFO[src]

impl Debug for BASS_INFO[src]

impl Copy for BASS_INFO[src]

Auto Trait Implementations

impl RefUnwindSafe for BASS_INFO

impl Send for BASS_INFO

impl Sync for BASS_INFO

impl Unpin for BASS_INFO

impl UnwindSafe for BASS_INFO

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.