#[repr(C)]pub struct TransferAmountCiphertext(pub GroupedElGamalCiphertext3Handles);
Tuple Fields§
§0: GroupedElGamalCiphertext3Handles
Trait Implementations§
source§impl Clone for TransferAmountCiphertext
impl Clone for TransferAmountCiphertext
source§fn clone(&self) -> TransferAmountCiphertext
fn clone(&self) -> TransferAmountCiphertext
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<TransferAmountCiphertext> for TransferAmountCiphertext
impl From<TransferAmountCiphertext> for TransferAmountCiphertext
source§fn from(decoded_ciphertext: TransferAmountCiphertext) -> Self
fn from(decoded_ciphertext: TransferAmountCiphertext) -> Self
Converts to this type from the input type.
source§impl TryFrom<TransferAmountCiphertext> for TransferAmountCiphertext
impl TryFrom<TransferAmountCiphertext> for TransferAmountCiphertext
§type Error = ElGamalError
type Error = ElGamalError
The type returned in the event of a conversion error.
impl Copy for TransferAmountCiphertext
impl Pod for TransferAmountCiphertext
Auto Trait Implementations§
impl RefUnwindSafe for TransferAmountCiphertext
impl Send for TransferAmountCiphertext
impl Sync for TransferAmountCiphertext
impl Unpin for TransferAmountCiphertext
impl UnwindSafe for TransferAmountCiphertext
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
.