[][src]Struct jpegxl_rs::parallel::rayon_runner::RayonRunner

pub struct RayonRunner { /* fields omitted */ }

Example implementation of a multithread runner

Implementations

impl RayonRunner[src]

pub fn new(num_threads: Option<usize>) -> Self[src]

Create a multithread parallel runner with specific thread number

Trait Implementations

impl Debug for RayonRunner[src]

impl Default for RayonRunner[src]

pub fn default() -> Self[src]

Create a multithread parallel runner with one thread per core

impl JXLParallelRunner for RayonRunner[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.