Struct safe_zk_token_sdk::zk_token_elgamal::pod::ZeroBalanceProof
source · #[repr(transparent)]pub struct ZeroBalanceProof(pub [u8; 96]);
Expand description
Serialization of zero balance proofs
Tuple Fields§
§0: [u8; 96]
Trait Implementations§
source§impl Clone for ZeroBalanceProof
impl Clone for ZeroBalanceProof
source§fn clone(&self) -> ZeroBalanceProof
fn clone(&self) -> ZeroBalanceProof
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 moreimpl Copy for ZeroBalanceProof
impl Pod for ZeroBalanceProof
Auto Trait Implementations§
impl RefUnwindSafe for ZeroBalanceProof
impl Send for ZeroBalanceProof
impl Sync for ZeroBalanceProof
impl Unpin for ZeroBalanceProof
impl UnwindSafe for ZeroBalanceProof
Blanket Implementations§
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
.