Struct safe_zk_token_sdk::zk_token_elgamal::pod::FeeSigmaProof
source · #[repr(transparent)]pub struct FeeSigmaProof(pub [u8; 256]);
Expand description
Serialization of fee sigma proof
Tuple Fields§
§0: [u8; 256]
Trait Implementations§
source§impl Clone for FeeSigmaProof
impl Clone for FeeSigmaProof
source§fn clone(&self) -> FeeSigmaProof
fn clone(&self) -> FeeSigmaProof
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 FeeSigmaProof
impl Pod for FeeSigmaProof
Auto Trait Implementations§
impl RefUnwindSafe for FeeSigmaProof
impl Send for FeeSigmaProof
impl Sync for FeeSigmaProof
impl Unpin for FeeSigmaProof
impl UnwindSafe for FeeSigmaProof
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
.