Struct safe_token_2022::extension::confidential_transfer::instruction::EmptyAccountInstructionData
source · #[repr(C)]pub struct EmptyAccountInstructionData {
pub proof_instruction_offset: i8,
}
Expand description
Data expected by ConfidentialTransferInstruction::EmptyAccount
Fields§
§proof_instruction_offset: i8
Relative location of the ProofInstruction::VerifyCloseAccount
instruction to the
EmptyAccount
instruction in the transaction
Trait Implementations§
source§impl Clone for EmptyAccountInstructionData
impl Clone for EmptyAccountInstructionData
source§fn clone(&self) -> EmptyAccountInstructionData
fn clone(&self) -> EmptyAccountInstructionData
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 Debug for EmptyAccountInstructionData
impl Debug for EmptyAccountInstructionData
source§impl PartialEq<EmptyAccountInstructionData> for EmptyAccountInstructionData
impl PartialEq<EmptyAccountInstructionData> for EmptyAccountInstructionData
source§fn eq(&self, other: &EmptyAccountInstructionData) -> bool
fn eq(&self, other: &EmptyAccountInstructionData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EmptyAccountInstructionData
impl Pod for EmptyAccountInstructionData
impl StructuralPartialEq for EmptyAccountInstructionData
Auto Trait Implementations§
impl RefUnwindSafe for EmptyAccountInstructionData
impl Send for EmptyAccountInstructionData
impl Sync for EmptyAccountInstructionData
impl Unpin for EmptyAccountInstructionData
impl UnwindSafe for EmptyAccountInstructionData
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
.