Struct switchboard_solana::oracle_program::accounts::ecvrf::FieldElementZC
source · #[repr(packed)]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 Into<FieldElement51> for FieldElementZC
impl Into<FieldElement51> for FieldElementZC
source§fn into(self) -> FieldElement51
fn into(self) -> FieldElement51
Converts this type into the (usually inferred) input type.
source§impl Into<FieldElementZC> for FieldElement51
impl Into<FieldElementZC> for FieldElement51
source§fn into(self) -> FieldElementZC
fn into(self) -> FieldElementZC
Converts this type into the (usually inferred) 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§
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.