#[repr(C)]pub struct _fluid_mod_t {
pub dest: c_uchar,
pub src1: c_uchar,
pub flags1: c_uchar,
pub src2: c_uchar,
pub flags2: c_uchar,
pub amount: f64,
pub next: *mut fluid_mod_t,
}Fields§
§dest: c_uchar§src1: c_uchar§flags1: c_uchar§src2: c_uchar§flags2: c_uchar§amount: f64§next: *mut fluid_mod_tTrait Implementations§
Source§impl Clone for _fluid_mod_t
impl Clone for _fluid_mod_t
Source§fn clone(&self) -> _fluid_mod_t
fn clone(&self) -> _fluid_mod_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_mod_t
impl Debug for _fluid_mod_t
impl Copy for _fluid_mod_t
Auto Trait Implementations§
impl Freeze for _fluid_mod_t
impl RefUnwindSafe for _fluid_mod_t
impl !Send for _fluid_mod_t
impl !Sync for _fluid_mod_t
impl Unpin for _fluid_mod_t
impl UnwindSafe for _fluid_mod_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