pub struct LfGlobalVarDct {
pub quantizer: Quantizer,
pub hf_block_ctx: HfBlockContext,
pub lf_chan_corr: LfChannelCorrelation,
}
Fields§
§quantizer: Quantizer
§hf_block_ctx: HfBlockContext
§lf_chan_corr: LfChannelCorrelation
Trait Implementations§
Source§impl<Ctx: Copy> Bundle<Ctx> for LfGlobalVarDct
impl<Ctx: Copy> Bundle<Ctx> for LfGlobalVarDct
Source§impl<Ctx: Copy> BundleDefault<Ctx> for LfGlobalVarDct
impl<Ctx: Copy> BundleDefault<Ctx> for LfGlobalVarDct
Source§fn default_with_context(_ctx: Ctx) -> Selfwhere
Self: Sized,
fn default_with_context(_ctx: Ctx) -> Selfwhere
Self: Sized,
Creates a default value with the given context.
Auto Trait Implementations§
impl Freeze for LfGlobalVarDct
impl RefUnwindSafe for LfGlobalVarDct
impl Send for LfGlobalVarDct
impl Sync for LfGlobalVarDct
impl Unpin for LfGlobalVarDct
impl UnwindSafe for LfGlobalVarDct
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