GLWECopy

Trait GLWECopy 

Source
pub trait GLWECopy
where Self: ModuleN + VecZnxCopy,
{ // Provided method fn glwe_copy<R, A>(&self, res: &mut R, a: &A) where R: GLWEToMut, A: GLWEToRef { ... } }

Provided Methods§

Source

fn glwe_copy<R, A>(&self, res: &mut R, a: &A)
where R: GLWEToMut, A: GLWEToRef,

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl<BE: Backend> GLWECopy for Module<BE>
where Self: ModuleN + VecZnxCopy,

Implementors§