Struct jxl_frame::data::PassGroupParamsVardct
source · pub struct PassGroupParamsVardct<'frame, 'buf, 'g> {
pub lf_vardct: &'frame LfGlobalVarDct,
pub hf_global: &'frame HfGlobal,
pub hf_coeff_output: &'buf [SharedSubgrid<'g, AtomicI32>; 3],
}
Fields§
§lf_vardct: &'frame LfGlobalVarDct
§hf_global: &'frame HfGlobal
§hf_coeff_output: &'buf [SharedSubgrid<'g, AtomicI32>; 3]
Trait Implementations§
Auto Trait Implementations§
impl<'frame, 'buf, 'g> Freeze for PassGroupParamsVardct<'frame, 'buf, 'g>
impl<'frame, 'buf, 'g> RefUnwindSafe for PassGroupParamsVardct<'frame, 'buf, 'g>
impl<'frame, 'buf, 'g> Send for PassGroupParamsVardct<'frame, 'buf, 'g>
impl<'frame, 'buf, 'g> Sync for PassGroupParamsVardct<'frame, 'buf, 'g>
impl<'frame, 'buf, 'g> Unpin for PassGroupParamsVardct<'frame, 'buf, 'g>
impl<'frame, 'buf, 'g> UnwindSafe for PassGroupParamsVardct<'frame, 'buf, 'g>
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