#[repr(transparent)]pub struct GroupedElGamalCiphertext2Handles(pub [u8; 96]);
Expand description
The GroupedElGamalCiphertext
type with two decryption handles as a Pod
Tuple Fields§
§0: [u8; 96]
Trait Implementations§
source§impl Clone for GroupedElGamalCiphertext2Handles
impl Clone for GroupedElGamalCiphertext2Handles
source§fn clone(&self) -> GroupedElGamalCiphertext2Handles
fn clone(&self) -> GroupedElGamalCiphertext2Handles
Returns a copy 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 From<GroupedElGamalCiphertext<2>> for GroupedElGamalCiphertext2Handles
impl From<GroupedElGamalCiphertext<2>> for GroupedElGamalCiphertext2Handles
source§fn from(decoded_ciphertext: GroupedElGamalCiphertext<2>) -> Self
fn from(decoded_ciphertext: GroupedElGamalCiphertext<2>) -> Self
Converts to this type from the input type.
source§impl PartialEq for GroupedElGamalCiphertext2Handles
impl PartialEq for GroupedElGamalCiphertext2Handles
source§fn eq(&self, other: &GroupedElGamalCiphertext2Handles) -> bool
fn eq(&self, other: &GroupedElGamalCiphertext2Handles) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<GroupedElGamalCiphertext2Handles> for GroupedElGamalCiphertext<2>
impl TryFrom<GroupedElGamalCiphertext2Handles> for GroupedElGamalCiphertext<2>
§type Error = ProofError
type Error = ProofError
The type returned in the event of a conversion error.
impl Copy for GroupedElGamalCiphertext2Handles
impl Eq for GroupedElGamalCiphertext2Handles
impl Pod for GroupedElGamalCiphertext2Handles
impl StructuralEq for GroupedElGamalCiphertext2Handles
impl StructuralPartialEq for GroupedElGamalCiphertext2Handles
Auto Trait Implementations§
impl RefUnwindSafe for GroupedElGamalCiphertext2Handles
impl Send for GroupedElGamalCiphertext2Handles
impl Sync for GroupedElGamalCiphertext2Handles
impl Unpin for GroupedElGamalCiphertext2Handles
impl UnwindSafe for GroupedElGamalCiphertext2Handles
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
source§impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
impl<T> CheckedBitPattern for Twhere T: AnyBitPattern,
§type Bits = T
type Bits = T
Self
must have the same layout as the specified Bits
except for
the possible invalid bit patterns being checked during
is_valid_bit_pattern
.source§fn is_valid_bit_pattern(_bits: &T) -> bool
fn is_valid_bit_pattern(_bits: &T) -> bool
If this function returns true, then it must be valid to reinterpret
bits
as &Self
.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more