pub struct LweCiphertextCount(pub usize);Expand description
The number of ciphertexts in an lwe ciphertext list.
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for LweCiphertextCount
impl Clone for LweCiphertextCount
Source§fn clone(&self) -> LweCiphertextCount
fn clone(&self) -> LweCiphertextCount
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LweCiphertextCount
impl Debug for LweCiphertextCount
Source§impl PartialEq for LweCiphertextCount
impl PartialEq for LweCiphertextCount
impl Copy for LweCiphertextCount
impl Eq for LweCiphertextCount
impl StructuralPartialEq for LweCiphertextCount
Auto Trait Implementations§
impl Freeze for LweCiphertextCount
impl RefUnwindSafe for LweCiphertextCount
impl Send for LweCiphertextCount
impl Sync for LweCiphertextCount
impl Unpin for LweCiphertextCount
impl UnwindSafe for LweCiphertextCount
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more