Type Alias tfhe::FheUint6

source ·
pub type FheUint6 = FheUint<FheUint6Id>;
Available on crate feature integer only.
Expand description

An unsigned integer type with 6 bits

See FheUint

Aliased Type§

struct FheUint6 { /* private fields */ }

Trait Implementations§

source§

impl Add<u8> for &FheUint6

§

type Output = FheUint<FheUint6Id>

The resulting type after applying the + operator.
source§

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

Performs the + operation. Read more
source§

impl Add<u8> for FheUint6

§

type Output = FheUint<FheUint6Id>

The resulting type after applying the + operator.
source§

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

Performs the + operation. Read more
source§

impl AddAssign<u8> for FheUint6

source§

fn add_assign(&mut self, rhs: u8)

Performs the += operation. Read more
source§

impl BitAnd<u8> for &FheUint6

§

type Output = FheUint<FheUint6Id>

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl BitAnd<u8> for FheUint6

§

type Output = FheUint<FheUint6Id>

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl BitAndAssign<u8> for FheUint6

source§

fn bitand_assign(&mut self, rhs: u8)

Performs the &= operation. Read more
source§

impl BitOr<u8> for &FheUint6

§

type Output = FheUint<FheUint6Id>

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<u8> for FheUint6

§

type Output = FheUint<FheUint6Id>

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOrAssign<u8> for FheUint6

source§

fn bitor_assign(&mut self, rhs: u8)

Performs the |= operation. Read more
source§

impl BitXor<u8> for &FheUint6

§

type Output = FheUint<FheUint6Id>

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl BitXor<u8> for FheUint6

§

type Output = FheUint<FheUint6Id>

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl BitXorAssign<u8> for FheUint6

source§

fn bitxor_assign(&mut self, rhs: u8)

Performs the ^= operation. Read more
source§

impl Div<u8> for &FheUint6

§

type Output = FheUint<FheUint6Id>

The resulting type after applying the / operator.
source§

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

Performs the / operation. Read more
source§

impl Div<u8> for FheUint6

§

type Output = FheUint<FheUint6Id>

The resulting type after applying the / operator.
source§

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

Performs the / operation. Read more
source§

impl DivAssign<u8> for FheUint6

source§

fn div_assign(&mut self, rhs: u8)

Performs the /= operation. Read more
source§

impl DivRem<u8> for &FheUint6

source§

impl DivRem<u8> for FheUint6

source§

impl Mul<u8> for &FheUint6

§

type Output = FheUint<FheUint6Id>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<u8> for FheUint6

§

type Output = FheUint<FheUint6Id>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl MulAssign<u8> for FheUint6

source§

fn mul_assign(&mut self, rhs: u8)

Performs the *= operation. Read more
source§

impl Rem<u8> for &FheUint6

§

type Output = FheUint<FheUint6Id>

The resulting type after applying the % operator.
source§

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

Performs the % operation. Read more
source§

impl Rem<u8> for FheUint6

§

type Output = FheUint<FheUint6Id>

The resulting type after applying the % operator.
source§

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

Performs the % operation. Read more
source§

impl RemAssign<u8> for FheUint6

source§

fn rem_assign(&mut self, rhs: u8)

Performs the %= operation. Read more
source§

impl RotateLeft<u128> for &FheUint6

§

type Output = FheUint<FheUint6Id>

source§

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

source§

impl RotateLeft<u128> for FheUint6

§

type Output = FheUint<FheUint6Id>

source§

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

source§

impl RotateLeft<u16> for &FheUint6

§

type Output = FheUint<FheUint6Id>

source§

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

source§

impl RotateLeft<u16> for FheUint6

§

type Output = FheUint<FheUint6Id>

source§

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

source§

impl RotateLeft<u32> for &FheUint6

§

type Output = FheUint<FheUint6Id>

source§

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

source§

impl RotateLeft<u32> for FheUint6

§

type Output = FheUint<FheUint6Id>

source§

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

source§

impl RotateLeft<u64> for &FheUint6

§

type Output = FheUint<FheUint6Id>

source§

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

source§

impl RotateLeft<u64> for FheUint6

§

type Output = FheUint<FheUint6Id>

source§

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

source§

impl RotateLeft<u8> for &FheUint6

§

type Output = FheUint<FheUint6Id>

source§

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

source§

impl RotateLeft<u8> for FheUint6

§

type Output = FheUint<FheUint6Id>

source§

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

source§

impl RotateLeftAssign<u128> for FheUint6

source§

fn rotate_left_assign(&mut self, rhs: u128)

source§

impl RotateLeftAssign<u16> for FheUint6

source§

fn rotate_left_assign(&mut self, rhs: u16)

source§

impl RotateLeftAssign<u32> for FheUint6

source§

fn rotate_left_assign(&mut self, rhs: u32)

source§

impl RotateLeftAssign<u64> for FheUint6

source§

fn rotate_left_assign(&mut self, rhs: u64)

source§

impl RotateLeftAssign<u8> for FheUint6

source§

fn rotate_left_assign(&mut self, rhs: u8)

source§

impl RotateRight<u128> for &FheUint6

source§

impl RotateRight<u128> for FheUint6

source§

impl RotateRight<u16> for &FheUint6

§

type Output = FheUint<FheUint6Id>

source§

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

source§

impl RotateRight<u16> for FheUint6

§

type Output = FheUint<FheUint6Id>

source§

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

source§

impl RotateRight<u32> for &FheUint6

§

type Output = FheUint<FheUint6Id>

source§

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

source§

impl RotateRight<u32> for FheUint6

§

type Output = FheUint<FheUint6Id>

source§

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

source§

impl RotateRight<u64> for &FheUint6

§

type Output = FheUint<FheUint6Id>

source§

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

source§

impl RotateRight<u64> for FheUint6

§

type Output = FheUint<FheUint6Id>

source§

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

source§

impl RotateRight<u8> for &FheUint6

§

type Output = FheUint<FheUint6Id>

source§

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

source§

impl RotateRight<u8> for FheUint6

§

type Output = FheUint<FheUint6Id>

source§

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

source§

impl RotateRightAssign<u128> for FheUint6

source§

fn rotate_right_assign(&mut self, rhs: u128)

source§

impl RotateRightAssign<u16> for FheUint6

source§

fn rotate_right_assign(&mut self, rhs: u16)

source§

impl RotateRightAssign<u32> for FheUint6

source§

fn rotate_right_assign(&mut self, rhs: u32)

source§

impl RotateRightAssign<u64> for FheUint6

source§

fn rotate_right_assign(&mut self, rhs: u64)

source§

impl RotateRightAssign<u8> for FheUint6

source§

fn rotate_right_assign(&mut self, rhs: u8)

source§

impl Shl<u128> for &FheUint6

§

type Output = FheUint<FheUint6Id>

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 FheUint6

§

type Output = FheUint<FheUint6Id>

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 &FheUint6

§

type Output = FheUint<FheUint6Id>

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 FheUint6

§

type Output = FheUint<FheUint6Id>

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 &FheUint6

§

type Output = FheUint<FheUint6Id>

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 FheUint6

§

type Output = FheUint<FheUint6Id>

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 &FheUint6

§

type Output = FheUint<FheUint6Id>

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 FheUint6

§

type Output = FheUint<FheUint6Id>

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 &FheUint6

§

type Output = FheUint<FheUint6Id>

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 FheUint6

§

type Output = FheUint<FheUint6Id>

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 FheUint6

source§

fn shl_assign(&mut self, rhs: u128)

Performs the <<= operation. Read more
source§

impl ShlAssign<u16> for FheUint6

source§

fn shl_assign(&mut self, rhs: u16)

Performs the <<= operation. Read more
source§

impl ShlAssign<u32> for FheUint6

source§

fn shl_assign(&mut self, rhs: u32)

Performs the <<= operation. Read more
source§

impl ShlAssign<u64> for FheUint6

source§

fn shl_assign(&mut self, rhs: u64)

Performs the <<= operation. Read more
source§

impl ShlAssign<u8> for FheUint6

source§

fn shl_assign(&mut self, rhs: u8)

Performs the <<= operation. Read more
source§

impl Shr<u128> for &FheUint6

§

type Output = FheUint<FheUint6Id>

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 FheUint6

§

type Output = FheUint<FheUint6Id>

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 &FheUint6

§

type Output = FheUint<FheUint6Id>

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 FheUint6

§

type Output = FheUint<FheUint6Id>

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 &FheUint6

§

type Output = FheUint<FheUint6Id>

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 FheUint6

§

type Output = FheUint<FheUint6Id>

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 &FheUint6

§

type Output = FheUint<FheUint6Id>

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 FheUint6

§

type Output = FheUint<FheUint6Id>

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 &FheUint6

§

type Output = FheUint<FheUint6Id>

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 FheUint6

§

type Output = FheUint<FheUint6Id>

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 FheUint6

source§

fn shr_assign(&mut self, rhs: u128)

Performs the >>= operation. Read more
source§

impl ShrAssign<u16> for FheUint6

source§

fn shr_assign(&mut self, rhs: u16)

Performs the >>= operation. Read more
source§

impl ShrAssign<u32> for FheUint6

source§

fn shr_assign(&mut self, rhs: u32)

Performs the >>= operation. Read more
source§

impl ShrAssign<u64> for FheUint6

source§

fn shr_assign(&mut self, rhs: u64)

Performs the >>= operation. Read more
source§

impl ShrAssign<u8> for FheUint6

source§

fn shr_assign(&mut self, rhs: u8)

Performs the >>= operation. Read more
source§

impl Sub<u8> for &FheUint6

§

type Output = FheUint<FheUint6Id>

The resulting type after applying the - operator.
source§

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

Performs the - operation. Read more
source§

impl Sub<u8> for FheUint6

§

type Output = FheUint<FheUint6Id>

The resulting type after applying the - operator.
source§

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

Performs the - operation. Read more
source§

impl SubAssign<u8> for FheUint6

source§

fn sub_assign(&mut self, rhs: u8)

Performs the -= operation. Read more