#[repr(C)]pub struct _fluid_gen_t {
pub flags: c_uchar,
pub val: f64,
pub mod_: f64,
pub nrpn: f64,
}Expand description
SoundFont generator structure.
Fields§
§flags: c_uchar< Is the generator set or not (#fluid_gen_flags)
val: f64< The nominal value
mod_: f64< Change by modulators
nrpn: f64< Change by NRPN messages
Trait Implementations§
Source§impl Clone for _fluid_gen_t
impl Clone for _fluid_gen_t
Source§fn clone(&self) -> _fluid_gen_t
fn clone(&self) -> _fluid_gen_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _fluid_gen_t
impl Debug for _fluid_gen_t
impl Copy for _fluid_gen_t
Auto Trait Implementations§
impl Freeze for _fluid_gen_t
impl RefUnwindSafe for _fluid_gen_t
impl Send for _fluid_gen_t
impl Sync for _fluid_gen_t
impl Unpin for _fluid_gen_t
impl UnwindSafe for _fluid_gen_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more