Struct libsecp256k1_rs::RecoveryId[][src]

pub struct RecoveryId(pub u8);

Tag used for public key recovery from signatures.

Methods

impl RecoveryId
[src]

Trait Implementations

impl Debug for RecoveryId
[src]

Formats the value using the given formatter. Read more

impl Clone for RecoveryId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RecoveryId
[src]

impl Eq for RecoveryId
[src]

impl PartialEq for RecoveryId
[src]

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

This method tests for !=.

impl Into<u8> for RecoveryId
[src]

Performs the conversion.

impl Into<i32> for RecoveryId
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for RecoveryId

impl Sync for RecoveryId