pub struct LfGlobal<S: Sample> {
pub patches: Option<Patches>,
pub splines: Option<Splines>,
pub noise: Option<NoiseParameters>,
pub lf_dequant: LfChannelDequantization,
pub vardct: Option<LfGlobalVarDct>,
pub gmodular: GlobalModular<S>,
}
Fields§
§patches: Option<Patches>
§splines: Option<Splines>
§noise: Option<NoiseParameters>
§lf_dequant: LfChannelDequantization
§vardct: Option<LfGlobalVarDct>
§gmodular: GlobalModular<S>
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for LfGlobal<S>
impl<S> RefUnwindSafe for LfGlobal<S>where
S: RefUnwindSafe,
impl<S> Send for LfGlobal<S>
impl<S> Sync for LfGlobal<S>
impl<S> Unpin for LfGlobal<S>where
S: Unpin,
impl<S> UnwindSafe for LfGlobal<S>where
S: UnwindSafe,
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