Struct solana_sdk::alt_bn128::PodG2
source · #[repr(transparent)]pub struct PodG2(pub [u8; 128]);
Tuple Fields§
§0: [u8; 128]
Trait Implementations§
source§impl PartialEq for PodG2
impl PartialEq for PodG2
impl Copy for PodG2
impl Eq for PodG2
impl Pod for PodG2
impl StructuralEq for PodG2
impl StructuralPartialEq for PodG2
Auto Trait Implementations§
impl RefUnwindSafe for PodG2
impl Send for PodG2
impl Sync for PodG2
impl Unpin for PodG2
impl UnwindSafe for PodG2
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
.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more