Struct FXECHO_PARAMETERS
#[repr(C, packed(1))]pub struct FXECHO_PARAMETERS {
pub WetDryMix: f32,
pub Feedback: f32,
pub Delay: f32,
}
Fields§
§WetDryMix: f32
§Feedback: f32
§Delay: f32
Trait Implementations§
§impl Clone for FXECHO_PARAMETERS
impl Clone for FXECHO_PARAMETERS
§fn clone(&self) -> FXECHO_PARAMETERS
fn clone(&self) -> FXECHO_PARAMETERS
Returns a copy 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 more§impl Default for FXECHO_PARAMETERS
impl Default for FXECHO_PARAMETERS
impl Copy for FXECHO_PARAMETERS
Auto Trait Implementations§
impl Freeze for FXECHO_PARAMETERS
impl RefUnwindSafe for FXECHO_PARAMETERS
impl Send for FXECHO_PARAMETERS
impl Sync for FXECHO_PARAMETERS
impl Unpin for FXECHO_PARAMETERS
impl UnwindSafe for FXECHO_PARAMETERS
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