Struct safe_token_2022::extension::confidential_transfer::instruction::WithdrawWithheldTokensFromMintData
source · #[repr(C)]pub struct WithdrawWithheldTokensFromMintData {
pub proof_instruction_offset: i8,
}
Expand description
Data expected by ConfidentialTransferInstruction::WithdrawWithheldTokensFromMint
Fields§
§proof_instruction_offset: i8
Relative location of the ProofInstruction::VerifyWithdrawWithheld
instruction to the
WithdrawWithheldTokensFromMint
instruction in the transaction
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<WithdrawWithheldTokensFromMintData> for WithdrawWithheldTokensFromMintData
impl PartialEq<WithdrawWithheldTokensFromMintData> 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> 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
.