Struct spl_token_2022::extension::confidential_transfer_fee::instruction::WithdrawWithheldTokensFromMintData
source · #[repr(C)]pub struct WithdrawWithheldTokensFromMintData {
pub proof_instruction_offset: i8,
pub new_decryptable_available_balance: DecryptableBalance,
}
Expand description
Data expected by
ConfidentialTransferFeeInstruction::WithdrawWithheldTokensFromMint
Fields§
§proof_instruction_offset: i8
Relative location of the ProofInstruction::VerifyWithdrawWithheld
instruction to the WithdrawWithheldTokensFromMint
instruction in
the transaction. If the offset is 0
, then use a context state
account for the proof.
new_decryptable_available_balance: DecryptableBalance
The new decryptable balance in the destination token account.
Trait Implementations§
source§impl Clone for WithdrawWithheldTokensFromMintData
impl Clone for WithdrawWithheldTokensFromMintData
source§fn clone(&self) -> WithdrawWithheldTokensFromMintData
fn clone(&self) -> WithdrawWithheldTokensFromMintData
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 PartialEq for WithdrawWithheldTokensFromMintData
impl PartialEq for WithdrawWithheldTokensFromMintData
source§fn eq(&self, other: &WithdrawWithheldTokensFromMintData) -> bool
fn eq(&self, other: &WithdrawWithheldTokensFromMintData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WithdrawWithheldTokensFromMintData
impl Pod for WithdrawWithheldTokensFromMintData
impl StructuralPartialEq for WithdrawWithheldTokensFromMintData
Auto Trait Implementations§
impl RefUnwindSafe for WithdrawWithheldTokensFromMintData
impl Send for WithdrawWithheldTokensFromMintData
impl Sync for WithdrawWithheldTokensFromMintData
impl Unpin for WithdrawWithheldTokensFromMintData
impl UnwindSafe for WithdrawWithheldTokensFromMintData
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
.