Struct bass_rs::bass::BASS_SAMPLE[][src]

#[repr(C)]
pub struct BASS_SAMPLE {
Show fields pub freq: DWORD, pub volume: f32, pub pan: f32, pub flags: DWORD, pub length: DWORD, pub max: DWORD, pub origres: DWORD, pub chans: DWORD, pub mingap: DWORD, pub mode3d: DWORD, pub mindist: f32, pub maxdist: f32, pub iangle: DWORD, pub oangle: DWORD, pub outvol: f32, pub vam: DWORD, pub priority: DWORD,
}

Fields

freq: DWORDvolume: f32pan: f32flags: DWORDlength: DWORDmax: DWORDorigres: DWORDchans: DWORDmingap: DWORDmode3d: DWORDmindist: f32maxdist: f32iangle: DWORDoangle: DWORDoutvol: f32vam: DWORDpriority: DWORD

Trait Implementations

impl Clone for BASS_SAMPLE[src]

impl Debug for BASS_SAMPLE[src]

impl Copy for BASS_SAMPLE[src]

Auto Trait Implementations

impl RefUnwindSafe for BASS_SAMPLE

impl Send for BASS_SAMPLE

impl Sync for BASS_SAMPLE

impl Unpin for BASS_SAMPLE

impl UnwindSafe for BASS_SAMPLE

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.