pub struct Crossfeed {
pub strength: Option<f64>,
pub range: Option<f64>,
pub slope: Option<f64>,
pub level_in: Option<f64>,
pub level_out: Option<f64>,
}Fields§
§strength: Option<f64>§range: Option<f64>§slope: Option<f64>§level_in: Option<f64>§level_out: Option<f64>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Crossfeed
impl RefUnwindSafe for Crossfeed
impl Send for Crossfeed
impl Sync for Crossfeed
impl Unpin for Crossfeed
impl UnsafeUnpin for Crossfeed
impl UnwindSafe for Crossfeed
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