hacspec_lib::prelude

Trait PublicIntegerCopy

Source
pub trait PublicIntegerCopy: PublicInteger + Copy {
    type SecretVersionCopy: Integer + Copy;
}

Required Associated Types§

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 PublicIntegerCopy for i8

Source§

impl PublicIntegerCopy for i16

Source§

impl PublicIntegerCopy for i32

Source§

impl PublicIntegerCopy for i64

Source§

impl PublicIntegerCopy for i128

Source§

impl PublicIntegerCopy for u8

Source§

impl PublicIntegerCopy for u16

Source§

impl PublicIntegerCopy for u32

Source§

impl PublicIntegerCopy for u64

Source§

impl PublicIntegerCopy for u128

Implementors§