Struct bellman::domain::Point [] [src]

pub struct Point<G: CurveProjective>(pub G);

Trait Implementations

impl<G: CurveProjective> PartialEq for Point<G>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl<G: CurveProjective> Copy for Point<G>
[src]

impl<G: CurveProjective> Clone for Point<G>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<G: CurveProjective> Group<G::Engine> for Point<G>
[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations

impl<G> Send for Point<G>

impl<G> Sync for Point<G>