Struct switchboard_solana::oracle_program::accounts::ecvrf::EdwardsPointZC
source · #[repr(packed(1))]pub struct EdwardsPointZC { /* private fields */ }
Trait Implementations§
source§impl Clone for EdwardsPointZC
impl Clone for EdwardsPointZC
source§fn clone(&self) -> EdwardsPointZC
fn clone(&self) -> EdwardsPointZC
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 EdwardsPointZC
impl Default for EdwardsPointZC
impl Copy for EdwardsPointZC
Auto Trait Implementations§
impl RefUnwindSafe for EdwardsPointZC
impl Send for EdwardsPointZC
impl Sync for EdwardsPointZC
impl Unpin for EdwardsPointZC
impl UnwindSafe for EdwardsPointZC
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