#[repr(transparent)]pub struct AggregatedValidityProof(pub [u8; 160]);
Expand description
Serialization of aggregated validity proofs
Tuple Fields§
§0: [u8; 160]
Trait Implementations§
source§impl Clone for AggregatedValidityProof
impl Clone for AggregatedValidityProof
source§fn clone(&self) -> AggregatedValidityProof
fn clone(&self) -> AggregatedValidityProof
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 AggregatedValidityProof
impl Pod for AggregatedValidityProof
Auto Trait Implementations§
impl RefUnwindSafe for AggregatedValidityProof
impl Send for AggregatedValidityProof
impl Sync for AggregatedValidityProof
impl Unpin for AggregatedValidityProof
impl UnwindSafe for AggregatedValidityProof
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
.