Struct fluidlite_sys::_fluid_sample_t [−][src]
Fields
name: [c_char; 21]start: c_uintend: c_uintloopstart: c_uintloopend: c_uintsamplerate: c_uintorigpitch: c_intpitchadj: c_intsampletype: c_intvalid: c_intdata: *mut c_shortamplitude_that_reaches_noise_floor_is_valid: c_intThe amplitude, that will lower the level of the sample’s loop to the noise floor. Needed for note turnoff optimization, will be filled out automatically
amplitude_that_reaches_noise_floor: f64refcount: c_uintCount the number of playing voices that use this sample.
notify: Option<unsafe extern "C" fn(sample: *mut fluid_sample_t, reason: c_int) -> c_int>Implement this function if the sample or SoundFont needs to be notified when the sample is no longer used.
userdata: *mut c_voidPointer to SoundFont specific data
Trait Implementations
impl Clone for _fluid_sample_t[src]
fn clone(&self) -> _fluid_sample_t[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for _fluid_sample_t[src]
impl Debug for _fluid_sample_t[src]
Auto Trait Implementations
impl RefUnwindSafe for _fluid_sample_t
impl !Send for _fluid_sample_t
impl !Sync for _fluid_sample_t
impl Unpin for _fluid_sample_t
impl UnwindSafe for _fluid_sample_t
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,