Struct switchboard_solana::oracle_program::accounts::ecvrf::CompletedPointZC
source · #[repr(packed(1))]pub struct CompletedPointZC {
pub X: FieldElementZC,
pub Y: FieldElementZC,
pub Z: FieldElementZC,
pub T: FieldElementZC,
}
Fields§
§X: FieldElementZC
§Y: FieldElementZC
§Z: FieldElementZC
§T: FieldElementZC
Trait 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 From<CompletedPoint> for CompletedPointZC
impl From<CompletedPoint> for CompletedPointZC
source§fn from(val: CompletedPoint) -> Self
fn from(val: CompletedPoint) -> Self
Converts to this type from the input type.
source§impl From<CompletedPointZC> for CompletedPoint
impl From<CompletedPointZC> for CompletedPoint
source§fn from(val: CompletedPointZC) -> Self
fn from(val: CompletedPointZC) -> Self
Converts to this type from the 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§
§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