pub struct LweCiphertextIndex(pub usize);Expand description
The index of a ciphertext in an lwe ciphertext list.
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for LweCiphertextIndex
impl Clone for LweCiphertextIndex
Source§fn clone(&self) -> LweCiphertextIndex
fn clone(&self) -> LweCiphertextIndex
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 LweCiphertextIndex
impl Debug for LweCiphertextIndex
Source§impl PartialEq for LweCiphertextIndex
impl PartialEq for LweCiphertextIndex
impl Copy for LweCiphertextIndex
impl Eq for LweCiphertextIndex
impl StructuralPartialEq for LweCiphertextIndex
Auto Trait Implementations§
impl Freeze for LweCiphertextIndex
impl RefUnwindSafe for LweCiphertextIndex
impl Send for LweCiphertextIndex
impl Sync for LweCiphertextIndex
impl Unpin for LweCiphertextIndex
impl UnwindSafe for LweCiphertextIndex
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