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