Struct switchboard_solana::oracle_program::accounts::ecvrf::FieldElementZC
source · #[repr(packed(1))]pub struct FieldElementZC { /* private fields */ }
Trait Implementations§
source§impl Clone for FieldElementZC
impl Clone for FieldElementZC
source§fn clone(&self) -> FieldElementZC
fn clone(&self) -> FieldElementZC
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 Default for FieldElementZC
impl Default for FieldElementZC
source§impl From<FieldElement51> for FieldElementZC
impl From<FieldElement51> for FieldElementZC
source§fn from(val: FieldElement51) -> Self
fn from(val: FieldElement51) -> Self
Converts to this type from the input type.
source§impl From<FieldElementZC> for FieldElement51
impl From<FieldElementZC> for FieldElement51
source§fn from(val: FieldElementZC) -> Self
fn from(val: FieldElementZC) -> Self
Converts to this type from the input type.
impl Copy for FieldElementZC
impl Pod for FieldElementZC
Auto Trait Implementations§
impl RefUnwindSafe for FieldElementZC
impl Send for FieldElementZC
impl Sync for FieldElementZC
impl Unpin for FieldElementZC
impl UnwindSafe for FieldElementZC
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
§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
.§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
.