Struct jxl_modular::image::TransformedGlobalModular
source · pub struct TransformedGlobalModular<'dest, S: Sample> {
pub lf_groups: Vec<TransformedModularSubimage<'dest, S>>,
pub pass_groups: Vec<Vec<TransformedModularSubimage<'dest, S>>>,
}Fields§
§lf_groups: Vec<TransformedModularSubimage<'dest, S>>§pass_groups: Vec<Vec<TransformedModularSubimage<'dest, S>>>Trait Implementations§
Auto Trait Implementations§
impl<'dest, S> RefUnwindSafe for TransformedGlobalModular<'dest, S>where
S: RefUnwindSafe,
impl<'dest, S> Send for TransformedGlobalModular<'dest, S>
impl<'dest, S> Sync for TransformedGlobalModular<'dest, S>
impl<'dest, S> Unpin for TransformedGlobalModular<'dest, S>
impl<'dest, S> !UnwindSafe for TransformedGlobalModular<'dest, S>
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