Struct secp256k1_test::RecoveryId [] [src]

pub struct RecoveryId(_);

A tag used for recovering the public key from a compact signature

Methods

impl RecoveryId
[src]

[src]

Allows library users to create valid recovery IDs from i32.

[src]

Allows library users to convert recovery IDs to i32.

Trait Implementations

impl Copy for RecoveryId
[src]

impl Clone for RecoveryId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for RecoveryId
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for RecoveryId
[src]

impl Debug for RecoveryId
[src]

[src]

Formats the value using the given formatter.