Struct switchboard_solana::oracle_program::accounts::ecvrf::CompletedPointZC
source · #[repr(packed)]pub struct CompletedPointZC {
pub X: FieldElementZC,
pub Y: FieldElementZC,
pub Z: FieldElementZC,
pub T: FieldElementZC,
}Fields§
§X: FieldElementZC§Y: FieldElementZC§Z: FieldElementZC§T: FieldElementZCTrait Implementations§
source§impl Clone for CompletedPointZC
impl Clone for CompletedPointZC
source§fn clone(&self) -> CompletedPointZC
fn clone(&self) -> CompletedPointZC
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 CompletedPointZC
impl Default for CompletedPointZC
source§impl Into<CompletedPoint> for CompletedPointZC
impl Into<CompletedPoint> for CompletedPointZC
source§fn into(self) -> CompletedPoint
fn into(self) -> CompletedPoint
Converts this type into the (usually inferred) input type.
source§impl Into<CompletedPointZC> for CompletedPoint
impl Into<CompletedPointZC> for CompletedPoint
source§fn into(self) -> CompletedPointZC
fn into(self) -> CompletedPointZC
Converts this type into the (usually inferred) input type.
impl Copy for CompletedPointZC
Auto Trait Implementations§
impl RefUnwindSafe for CompletedPointZC
impl Send for CompletedPointZC
impl Sync for CompletedPointZC
impl Unpin for CompletedPointZC
impl UnwindSafe for CompletedPointZC
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