Struct libsecp256k1_rs::RecoveryId [−][src]
pub struct RecoveryId(pub u8);
Tag used for public key recovery from signatures.
Methods
impl RecoveryId[src]
impl RecoveryIdTrait Implementations
impl Debug for RecoveryId[src]
impl Debug for RecoveryIdfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for RecoveryId[src]
impl Clone for RecoveryIdfn clone(&self) -> RecoveryId[src]
fn clone(&self) -> RecoveryIdReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for RecoveryId[src]
impl Copy for RecoveryIdimpl Eq for RecoveryId[src]
impl Eq for RecoveryIdimpl PartialEq for RecoveryId[src]
impl PartialEq for RecoveryIdfn eq(&self, other: &RecoveryId) -> bool[src]
fn eq(&self, other: &RecoveryId) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RecoveryId) -> bool[src]
fn ne(&self, other: &RecoveryId) -> boolThis method tests for !=.
impl Into<u8> for RecoveryId[src]
impl Into<u8> for RecoveryIdimpl Into<i32> for RecoveryId[src]
impl Into<i32> for RecoveryIdAuto Trait Implementations
impl Send for RecoveryId
impl Send for RecoveryIdimpl Sync for RecoveryId
impl Sync for RecoveryId