Struct safe_zk_token_sdk::zk_token_elgamal::pod::PodU64
source · #[repr(transparent)]pub struct PodU64(_);
Trait Implementations§
source§impl PartialEq<PodU64> for PodU64
impl PartialEq<PodU64> for PodU64
impl Copy for PodU64
impl Eq for PodU64
impl Pod for PodU64
impl StructuralEq for PodU64
impl StructuralPartialEq for PodU64
Auto Trait Implementations§
impl RefUnwindSafe for PodU64
impl Send for PodU64
impl Sync for PodU64
impl Unpin for PodU64
impl UnwindSafe for PodU64
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
.