pub struct SilkShapeState {
pub last_gain_index: i8,
pub harm_boost_smth_q16: i32,
pub harm_shape_gain_smth_q16: i32,
pub tilt_smth_q16: i32,
}Fields§
§last_gain_index: i8§harm_boost_smth_q16: i32§harm_shape_gain_smth_q16: i32§tilt_smth_q16: i32Trait Implementations§
Source§impl Clone for SilkShapeState
impl Clone for SilkShapeState
Source§fn clone(&self) -> SilkShapeState
fn clone(&self) -> SilkShapeState
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 Default for SilkShapeState
impl Default for SilkShapeState
Source§fn default() -> SilkShapeState
fn default() -> SilkShapeState
Returns the “default value” for a type. Read more
impl Copy for SilkShapeState
Auto Trait Implementations§
impl Freeze for SilkShapeState
impl RefUnwindSafe for SilkShapeState
impl Send for SilkShapeState
impl Sync for SilkShapeState
impl Unpin for SilkShapeState
impl UnsafeUnpin for SilkShapeState
impl UnwindSafe for SilkShapeState
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