pub struct Passes {
pub num_passes: u32,
pub num_ds: u32,
pub shift: Vec<u32>,
pub downsample: Vec<u32>,
pub last_pass: Vec<u32>,
}
Fields§
§num_passes: u32
§num_ds: u32
§shift: Vec<u32>
§downsample: Vec<u32>
§last_pass: Vec<u32>
Trait Implementations§
source§impl<Ctx: Copy> BundleDefault<Ctx> for Passes
impl<Ctx: Copy> BundleDefault<Ctx> for Passes
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 Passes
impl RefUnwindSafe for Passes
impl Send for Passes
impl Sync for Passes
impl Unpin for Passes
impl UnwindSafe for Passes
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