Trait tract_pulse::internal::tract_core::ops::FrozenOpState

source ·
pub trait FrozenOpState: Debug + DynClone + Send + 'static {
    // Required method
    fn unfreeze(&self) -> Box<dyn OpState>;
}

Required Methods§

source

fn unfreeze(&self) -> Box<dyn OpState>

Trait Implementations§

source§

impl<'clone> Clone for Box<dyn FrozenOpState + 'clone>

source§

fn clone(&self) -> Box<dyn FrozenOpState + 'clone>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'clone> Clone for Box<dyn FrozenOpState + Send + 'clone>

source§

fn clone(&self) -> Box<dyn FrozenOpState + Send + 'clone>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'clone> Clone for Box<dyn FrozenOpState + Send + Sync + 'clone>

source§

fn clone(&self) -> Box<dyn FrozenOpState + Send + Sync + 'clone>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'clone> Clone for Box<dyn FrozenOpState + Sync + 'clone>

source§

fn clone(&self) -> Box<dyn FrozenOpState + Sync + 'clone>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more

Implementations on Foreign Types§

source§

impl FrozenOpState for PulsedSameAxisConcatState

source§

fn unfreeze(&self) -> Box<dyn OpState>

Implementors§