pub struct Agate {
pub threshold: Option<f64>,
pub ratio: Option<f64>,
pub attack: Option<f64>,
pub release: Option<f64>,
pub range: Option<f64>,
}Fields§
§threshold: Option<f64>§ratio: Option<f64>§attack: Option<f64>§release: Option<f64>§range: Option<f64>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Agate
impl RefUnwindSafe for Agate
impl Send for Agate
impl Sync for Agate
impl Unpin for Agate
impl UnsafeUnpin for Agate
impl UnwindSafe for Agate
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