Trait 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 + Sync + Send + 'clone>

Source§

fn clone(&self) -> Box<dyn FrozenOpState + Sync + 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 + 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§