pub type FheInt32 = GenericInteger<FheInt32Parameters>;Available on crate feature
integer and (crate features boolean or shortint or integer) only.Expand description
An unsigned integer type with32bits
Aliased Type§
struct FheInt32 { /* private fields */ }Trait Implementations§
source§impl AddAssign<i32> for FheInt32
impl AddAssign<i32> for FheInt32
source§fn add_assign(&mut self, rhs: i32)
fn add_assign(&mut self, rhs: i32)
Performs the
+= operation. Read moresource§impl BitAndAssign<i32> for FheInt32
impl BitAndAssign<i32> for FheInt32
source§fn bitand_assign(&mut self, rhs: i32)
fn bitand_assign(&mut self, rhs: i32)
Performs the
&= operation. Read moresource§impl BitOrAssign<i32> for FheInt32
impl BitOrAssign<i32> for FheInt32
source§fn bitor_assign(&mut self, rhs: i32)
fn bitor_assign(&mut self, rhs: i32)
Performs the
|= operation. Read moresource§impl BitXorAssign<i32> for FheInt32
impl BitXorAssign<i32> for FheInt32
source§fn bitxor_assign(&mut self, rhs: i32)
fn bitxor_assign(&mut self, rhs: i32)
Performs the
^= operation. Read moresource§impl DivAssign<i32> for FheInt32
impl DivAssign<i32> for FheInt32
source§fn div_assign(&mut self, rhs: i32)
fn div_assign(&mut self, rhs: i32)
Performs the
/= operation. Read moresource§impl MulAssign<i32> for FheInt32
impl MulAssign<i32> for FheInt32
source§fn mul_assign(&mut self, rhs: i32)
fn mul_assign(&mut self, rhs: i32)
Performs the
*= operation. Read moresource§impl RemAssign<i32> for FheInt32
impl RemAssign<i32> for FheInt32
source§fn rem_assign(&mut self, rhs: i32)
fn rem_assign(&mut self, rhs: i32)
Performs the
%= operation. Read moresource§impl RotateLeft<u128> for &FheInt32
impl RotateLeft<u128> for &FheInt32
source§impl RotateLeft<u128> for FheInt32
impl RotateLeft<u128> for FheInt32
source§impl RotateLeft<u16> for &FheInt32
impl RotateLeft<u16> for &FheInt32
source§impl RotateLeft<u16> for FheInt32
impl RotateLeft<u16> for FheInt32
source§impl RotateLeft<u32> for &FheInt32
impl RotateLeft<u32> for &FheInt32
source§impl RotateLeft<u32> for FheInt32
impl RotateLeft<u32> for FheInt32
source§impl RotateLeft<u64> for &FheInt32
impl RotateLeft<u64> for &FheInt32
source§impl RotateLeft<u64> for FheInt32
impl RotateLeft<u64> for FheInt32
source§impl RotateLeft<u8> for &FheInt32
impl RotateLeft<u8> for &FheInt32
source§impl RotateLeft<u8> for FheInt32
impl RotateLeft<u8> for FheInt32
source§impl RotateLeftAssign<u128> for FheInt32
impl RotateLeftAssign<u128> for FheInt32
fn rotate_left_assign(&mut self, rhs: u128)
source§impl RotateLeftAssign<u16> for FheInt32
impl RotateLeftAssign<u16> for FheInt32
fn rotate_left_assign(&mut self, rhs: u16)
source§impl RotateLeftAssign<u32> for FheInt32
impl RotateLeftAssign<u32> for FheInt32
fn rotate_left_assign(&mut self, rhs: u32)
source§impl RotateLeftAssign<u64> for FheInt32
impl RotateLeftAssign<u64> for FheInt32
fn rotate_left_assign(&mut self, rhs: u64)
source§impl RotateLeftAssign<u8> for FheInt32
impl RotateLeftAssign<u8> for FheInt32
fn rotate_left_assign(&mut self, rhs: u8)
source§impl RotateRight<u128> for &FheInt32
impl RotateRight<u128> for &FheInt32
source§impl RotateRight<u128> for FheInt32
impl RotateRight<u128> for FheInt32
source§impl RotateRight<u16> for &FheInt32
impl RotateRight<u16> for &FheInt32
source§impl RotateRight<u16> for FheInt32
impl RotateRight<u16> for FheInt32
source§impl RotateRight<u32> for &FheInt32
impl RotateRight<u32> for &FheInt32
source§impl RotateRight<u32> for FheInt32
impl RotateRight<u32> for FheInt32
source§impl RotateRight<u64> for &FheInt32
impl RotateRight<u64> for &FheInt32
source§impl RotateRight<u64> for FheInt32
impl RotateRight<u64> for FheInt32
source§impl RotateRight<u8> for &FheInt32
impl RotateRight<u8> for &FheInt32
source§impl RotateRight<u8> for FheInt32
impl RotateRight<u8> for FheInt32
source§impl RotateRightAssign<u128> for FheInt32
impl RotateRightAssign<u128> for FheInt32
fn rotate_right_assign(&mut self, rhs: u128)
source§impl RotateRightAssign<u16> for FheInt32
impl RotateRightAssign<u16> for FheInt32
fn rotate_right_assign(&mut self, rhs: u16)
source§impl RotateRightAssign<u32> for FheInt32
impl RotateRightAssign<u32> for FheInt32
fn rotate_right_assign(&mut self, rhs: u32)
source§impl RotateRightAssign<u64> for FheInt32
impl RotateRightAssign<u64> for FheInt32
fn rotate_right_assign(&mut self, rhs: u64)
source§impl RotateRightAssign<u8> for FheInt32
impl RotateRightAssign<u8> for FheInt32
fn rotate_right_assign(&mut self, rhs: u8)
source§impl ShlAssign<u128> for FheInt32
impl ShlAssign<u128> for FheInt32
source§fn shl_assign(&mut self, rhs: u128)
fn shl_assign(&mut self, rhs: u128)
Performs the
<<= operation. Read moresource§impl ShlAssign<u16> for FheInt32
impl ShlAssign<u16> for FheInt32
source§fn shl_assign(&mut self, rhs: u16)
fn shl_assign(&mut self, rhs: u16)
Performs the
<<= operation. Read moresource§impl ShlAssign<u32> for FheInt32
impl ShlAssign<u32> for FheInt32
source§fn shl_assign(&mut self, rhs: u32)
fn shl_assign(&mut self, rhs: u32)
Performs the
<<= operation. Read moresource§impl ShlAssign<u64> for FheInt32
impl ShlAssign<u64> for FheInt32
source§fn shl_assign(&mut self, rhs: u64)
fn shl_assign(&mut self, rhs: u64)
Performs the
<<= operation. Read moresource§impl ShlAssign<u8> for FheInt32
impl ShlAssign<u8> for FheInt32
source§fn shl_assign(&mut self, rhs: u8)
fn shl_assign(&mut self, rhs: u8)
Performs the
<<= operation. Read moresource§impl ShrAssign<u128> for FheInt32
impl ShrAssign<u128> for FheInt32
source§fn shr_assign(&mut self, rhs: u128)
fn shr_assign(&mut self, rhs: u128)
Performs the
>>= operation. Read moresource§impl ShrAssign<u16> for FheInt32
impl ShrAssign<u16> for FheInt32
source§fn shr_assign(&mut self, rhs: u16)
fn shr_assign(&mut self, rhs: u16)
Performs the
>>= operation. Read moresource§impl ShrAssign<u32> for FheInt32
impl ShrAssign<u32> for FheInt32
source§fn shr_assign(&mut self, rhs: u32)
fn shr_assign(&mut self, rhs: u32)
Performs the
>>= operation. Read moresource§impl ShrAssign<u64> for FheInt32
impl ShrAssign<u64> for FheInt32
source§fn shr_assign(&mut self, rhs: u64)
fn shr_assign(&mut self, rhs: u64)
Performs the
>>= operation. Read moresource§impl ShrAssign<u8> for FheInt32
impl ShrAssign<u8> for FheInt32
source§fn shr_assign(&mut self, rhs: u8)
fn shr_assign(&mut self, rhs: u8)
Performs the
>>= operation. Read more