Struct solana_zk_token_sdk::zk_token_elgamal::pod::ZeroBalanceProof
source · [−]Expand description
Serialization of zero balance proofs
Tuple Fields
0: [u8; 96]
Trait Implementations
sourceimpl Clone for ZeroBalanceProof
impl Clone for ZeroBalanceProof
sourcefn clone(&self) -> ZeroBalanceProof
fn clone(&self) -> ZeroBalanceProof
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const 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
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<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
. Read more