Type Alias tfhe::FheInt2

source ·
pub type FheInt2 = FheInt<FheInt2Id>;
Available on crate feature integer only.
Expand description

A signed integer type with 2 bits

See FheInt

Aliased Type§

struct FheInt2 { /* private fields */ }

Trait Implementations§

source§

impl Add<i8> for &FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the + operator.
source§

fn add(self, rhs: i8) -> Self::Output

Performs the + operation. Read more
source§

impl Add<i8> for FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the + operator.
source§

fn add(self, rhs: i8) -> Self::Output

Performs the + operation. Read more
source§

impl AddAssign<i8> for FheInt2

source§

fn add_assign(&mut self, rhs: i8)

Performs the += operation. Read more
source§

impl BitAnd<i8> for &FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the & operator.
source§

fn bitand(self, rhs: i8) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<i8> for FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the & operator.
source§

fn bitand(self, rhs: i8) -> Self::Output

Performs the & operation. Read more
source§

impl BitAndAssign<i8> for FheInt2

source§

fn bitand_assign(&mut self, rhs: i8)

Performs the &= operation. Read more
source§

impl BitOr<i8> for &FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the | operator.
source§

fn bitor(self, rhs: i8) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<i8> for FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the | operator.
source§

fn bitor(self, rhs: i8) -> Self::Output

Performs the | operation. Read more
source§

impl BitOrAssign<i8> for FheInt2

source§

fn bitor_assign(&mut self, rhs: i8)

Performs the |= operation. Read more
source§

impl BitXor<i8> for &FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the ^ operator.
source§

fn bitxor(self, rhs: i8) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<i8> for FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the ^ operator.
source§

fn bitxor(self, rhs: i8) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXorAssign<i8> for FheInt2

source§

fn bitxor_assign(&mut self, rhs: i8)

Performs the ^= operation. Read more
source§

impl Div<i8> for &FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the / operator.
source§

fn div(self, rhs: i8) -> Self::Output

Performs the / operation. Read more
source§

impl Div<i8> for FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the / operator.
source§

fn div(self, rhs: i8) -> Self::Output

Performs the / operation. Read more
source§

impl DivAssign<i8> for FheInt2

source§

fn div_assign(&mut self, rhs: i8)

Performs the /= operation. Read more
source§

impl DivRem<i8> for &FheInt2

§

type Output = (FheInt<FheInt2Id>, FheInt<FheInt2Id>)

source§

fn div_rem(self, rhs: i8) -> Self::Output

source§

impl DivRem<i8> for FheInt2

§

type Output = (FheInt<FheInt2Id>, FheInt<FheInt2Id>)

source§

fn div_rem(self, rhs: i8) -> Self::Output

source§

impl Mul<i8> for &FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: i8) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<i8> for FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: i8) -> Self::Output

Performs the * operation. Read more
source§

impl MulAssign<i8> for FheInt2

source§

fn mul_assign(&mut self, rhs: i8)

Performs the *= operation. Read more
source§

impl Rem<i8> for &FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the % operator.
source§

fn rem(self, rhs: i8) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<i8> for FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the % operator.
source§

fn rem(self, rhs: i8) -> Self::Output

Performs the % operation. Read more
source§

impl RemAssign<i8> for FheInt2

source§

fn rem_assign(&mut self, rhs: i8)

Performs the %= operation. Read more
source§

impl RotateLeft<u128> for &FheInt2

§

type Output = FheInt<FheInt2Id>

source§

fn rotate_left(self, rhs: u128) -> Self::Output

source§

impl RotateLeft<u128> for FheInt2

§

type Output = FheInt<FheInt2Id>

source§

fn rotate_left(self, rhs: u128) -> Self::Output

source§

impl RotateLeft<u16> for &FheInt2

§

type Output = FheInt<FheInt2Id>

source§

fn rotate_left(self, rhs: u16) -> Self::Output

source§

impl RotateLeft<u16> for FheInt2

§

type Output = FheInt<FheInt2Id>

source§

fn rotate_left(self, rhs: u16) -> Self::Output

source§

impl RotateLeft<u32> for &FheInt2

§

type Output = FheInt<FheInt2Id>

source§

fn rotate_left(self, rhs: u32) -> Self::Output

source§

impl RotateLeft<u32> for FheInt2

§

type Output = FheInt<FheInt2Id>

source§

fn rotate_left(self, rhs: u32) -> Self::Output

source§

impl RotateLeft<u64> for &FheInt2

§

type Output = FheInt<FheInt2Id>

source§

fn rotate_left(self, rhs: u64) -> Self::Output

source§

impl RotateLeft<u64> for FheInt2

§

type Output = FheInt<FheInt2Id>

source§

fn rotate_left(self, rhs: u64) -> Self::Output

source§

impl RotateLeft<u8> for &FheInt2

§

type Output = FheInt<FheInt2Id>

source§

fn rotate_left(self, rhs: u8) -> Self::Output

source§

impl RotateLeft<u8> for FheInt2

§

type Output = FheInt<FheInt2Id>

source§

fn rotate_left(self, rhs: u8) -> Self::Output

source§

impl RotateLeftAssign<u128> for FheInt2

source§

fn rotate_left_assign(&mut self, rhs: u128)

source§

impl RotateLeftAssign<u16> for FheInt2

source§

fn rotate_left_assign(&mut self, rhs: u16)

source§

impl RotateLeftAssign<u32> for FheInt2

source§

fn rotate_left_assign(&mut self, rhs: u32)

source§

impl RotateLeftAssign<u64> for FheInt2

source§

fn rotate_left_assign(&mut self, rhs: u64)

source§

impl RotateLeftAssign<u8> for FheInt2

source§

fn rotate_left_assign(&mut self, rhs: u8)

source§

impl RotateRight<u128> for &FheInt2

§

type Output = FheInt<FheInt2Id>

source§

fn rotate_right(self, rhs: u128) -> Self::Output

source§

impl RotateRight<u128> for FheInt2

§

type Output = FheInt<FheInt2Id>

source§

fn rotate_right(self, rhs: u128) -> Self::Output

source§

impl RotateRight<u16> for &FheInt2

§

type Output = FheInt<FheInt2Id>

source§

fn rotate_right(self, rhs: u16) -> Self::Output

source§

impl RotateRight<u16> for FheInt2

§

type Output = FheInt<FheInt2Id>

source§

fn rotate_right(self, rhs: u16) -> Self::Output

source§

impl RotateRight<u32> for &FheInt2

§

type Output = FheInt<FheInt2Id>

source§

fn rotate_right(self, rhs: u32) -> Self::Output

source§

impl RotateRight<u32> for FheInt2

§

type Output = FheInt<FheInt2Id>

source§

fn rotate_right(self, rhs: u32) -> Self::Output

source§

impl RotateRight<u64> for &FheInt2

§

type Output = FheInt<FheInt2Id>

source§

fn rotate_right(self, rhs: u64) -> Self::Output

source§

impl RotateRight<u64> for FheInt2

§

type Output = FheInt<FheInt2Id>

source§

fn rotate_right(self, rhs: u64) -> Self::Output

source§

impl RotateRight<u8> for &FheInt2

§

type Output = FheInt<FheInt2Id>

source§

fn rotate_right(self, rhs: u8) -> Self::Output

source§

impl RotateRight<u8> for FheInt2

§

type Output = FheInt<FheInt2Id>

source§

fn rotate_right(self, rhs: u8) -> Self::Output

source§

impl RotateRightAssign<u128> for FheInt2

source§

fn rotate_right_assign(&mut self, rhs: u128)

source§

impl RotateRightAssign<u16> for FheInt2

source§

fn rotate_right_assign(&mut self, rhs: u16)

source§

impl RotateRightAssign<u32> for FheInt2

source§

fn rotate_right_assign(&mut self, rhs: u32)

source§

impl RotateRightAssign<u64> for FheInt2

source§

fn rotate_right_assign(&mut self, rhs: u64)

source§

impl RotateRightAssign<u8> for FheInt2

source§

fn rotate_right_assign(&mut self, rhs: u8)

source§

impl Shl<u128> for &FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the << operator.
source§

fn shl(self, rhs: u128) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<u128> for FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the << operator.
source§

fn shl(self, rhs: u128) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<u16> for &FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the << operator.
source§

fn shl(self, rhs: u16) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<u16> for FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the << operator.
source§

fn shl(self, rhs: u16) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<u32> for &FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the << operator.
source§

fn shl(self, rhs: u32) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<u32> for FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the << operator.
source§

fn shl(self, rhs: u32) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<u64> for &FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the << operator.
source§

fn shl(self, rhs: u64) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<u64> for FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the << operator.
source§

fn shl(self, rhs: u64) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<u8> for &FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the << operator.
source§

fn shl(self, rhs: u8) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<u8> for FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the << operator.
source§

fn shl(self, rhs: u8) -> Self::Output

Performs the << operation. Read more
source§

impl ShlAssign<u128> for FheInt2

source§

fn shl_assign(&mut self, rhs: u128)

Performs the <<= operation. Read more
source§

impl ShlAssign<u16> for FheInt2

source§

fn shl_assign(&mut self, rhs: u16)

Performs the <<= operation. Read more
source§

impl ShlAssign<u32> for FheInt2

source§

fn shl_assign(&mut self, rhs: u32)

Performs the <<= operation. Read more
source§

impl ShlAssign<u64> for FheInt2

source§

fn shl_assign(&mut self, rhs: u64)

Performs the <<= operation. Read more
source§

impl ShlAssign<u8> for FheInt2

source§

fn shl_assign(&mut self, rhs: u8)

Performs the <<= operation. Read more
source§

impl Shr<u128> for &FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the >> operator.
source§

fn shr(self, rhs: u128) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<u128> for FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the >> operator.
source§

fn shr(self, rhs: u128) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<u16> for &FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the >> operator.
source§

fn shr(self, rhs: u16) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<u16> for FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the >> operator.
source§

fn shr(self, rhs: u16) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<u32> for &FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the >> operator.
source§

fn shr(self, rhs: u32) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<u32> for FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the >> operator.
source§

fn shr(self, rhs: u32) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<u64> for &FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the >> operator.
source§

fn shr(self, rhs: u64) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<u64> for FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the >> operator.
source§

fn shr(self, rhs: u64) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<u8> for &FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the >> operator.
source§

fn shr(self, rhs: u8) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<u8> for FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the >> operator.
source§

fn shr(self, rhs: u8) -> Self::Output

Performs the >> operation. Read more
source§

impl ShrAssign<u128> for FheInt2

source§

fn shr_assign(&mut self, rhs: u128)

Performs the >>= operation. Read more
source§

impl ShrAssign<u16> for FheInt2

source§

fn shr_assign(&mut self, rhs: u16)

Performs the >>= operation. Read more
source§

impl ShrAssign<u32> for FheInt2

source§

fn shr_assign(&mut self, rhs: u32)

Performs the >>= operation. Read more
source§

impl ShrAssign<u64> for FheInt2

source§

fn shr_assign(&mut self, rhs: u64)

Performs the >>= operation. Read more
source§

impl ShrAssign<u8> for FheInt2

source§

fn shr_assign(&mut self, rhs: u8)

Performs the >>= operation. Read more
source§

impl Sub<i8> for &FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: i8) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<i8> for FheInt2

§

type Output = FheInt<FheInt2Id>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: i8) -> Self::Output

Performs the - operation. Read more
source§

impl SubAssign<i8> for FheInt2

source§

fn sub_assign(&mut self, rhs: i8)

Performs the -= operation. Read more