Struct secp256k1_sys::recovery::RecoverableSignature
source · [−]#[repr(C)]pub struct RecoverableSignature(_);
Available on crate feature
recovery
only.Expand description
Library-internal representation of a Secp256k1 signature + recovery ID
Implementations
sourceimpl RecoverableSignature
impl RecoverableSignature
sourceimpl RecoverableSignature
impl RecoverableSignature
sourcepub fn new() -> RecoverableSignature
pub fn new() -> RecoverableSignature
Create a new (zeroed) signature usable for the FFI interface
Trait Implementations
sourceimpl AsRef<[u8; 65]> for RecoverableSignature
impl AsRef<[u8; 65]> for RecoverableSignature
sourceimpl CPtr for RecoverableSignature
impl CPtr for RecoverableSignature
sourceimpl Clone for RecoverableSignature
impl Clone for RecoverableSignature
sourcefn clone(&self) -> RecoverableSignature
fn clone(&self) -> RecoverableSignature
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RecoverableSignature
impl Debug for RecoverableSignature
sourceimpl Default for RecoverableSignature
impl Default for RecoverableSignature
sourceimpl Hash for RecoverableSignature
impl Hash for RecoverableSignature
sourceimpl Index<Range<usize>> for RecoverableSignature
impl Index<Range<usize>> for RecoverableSignature
sourceimpl Index<RangeFrom<usize>> for RecoverableSignature
impl Index<RangeFrom<usize>> for RecoverableSignature
sourceimpl Index<RangeFull> for RecoverableSignature
impl Index<RangeFull> for RecoverableSignature
sourceimpl Index<RangeTo<usize>> for RecoverableSignature
impl Index<RangeTo<usize>> for RecoverableSignature
sourceimpl Index<usize> for RecoverableSignature
impl Index<usize> for RecoverableSignature
sourceimpl Ord for RecoverableSignature
impl Ord for RecoverableSignature
sourcefn cmp(&self, other: &RecoverableSignature) -> Ordering
fn cmp(&self, other: &RecoverableSignature) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Self
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Self
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<RecoverableSignature> for RecoverableSignature
impl PartialEq<RecoverableSignature> for RecoverableSignature
sourcefn eq(&self, other: &RecoverableSignature) -> bool
fn eq(&self, other: &RecoverableSignature) -> bool
sourceimpl PartialOrd<RecoverableSignature> for RecoverableSignature
impl PartialOrd<RecoverableSignature> for RecoverableSignature
sourcefn partial_cmp(&self, other: &RecoverableSignature) -> Option<Ordering>
fn partial_cmp(&self, other: &RecoverableSignature) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for RecoverableSignature
impl Eq for RecoverableSignature
Auto Trait Implementations
impl RefUnwindSafe for RecoverableSignature
impl Send for RecoverableSignature
impl Sync for RecoverableSignature
impl Unpin for RecoverableSignature
impl UnwindSafe for RecoverableSignature
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more