Struct secp256k1_sys::recovery::RecoverableSignature [−][src]
#[repr(C)]pub struct RecoverableSignature(_);
Library-internal representation of a Secp256k1 signature + recovery ID
Implementations
impl RecoverableSignature
[src]
impl RecoverableSignature
[src]pub fn as_ptr(&self) -> *const c_uchar
[src]
Converts the object to a raw pointer for FFI interfacing
pub fn as_mut_ptr(&mut self) -> *mut c_uchar
[src]
Converts the object to a mutable raw pointer for FFI interfacing
pub fn len(&self) -> usize
[src]
Returns the length of the object as an array
pub fn is_empty(&self) -> bool
[src]
Returns whether the object as an array is empty
impl RecoverableSignature
[src]
impl RecoverableSignature
[src]pub fn new() -> RecoverableSignature
[src]
Create a new (zeroed) signature usable for the FFI interface
Trait Implementations
impl CPtr for RecoverableSignature
[src]
impl CPtr for RecoverableSignature
[src]impl Clone for RecoverableSignature
[src]
impl Clone for RecoverableSignature
[src]fn clone(&self) -> RecoverableSignature
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for RecoverableSignature
[src]
impl Default for RecoverableSignature
[src]impl Index<Range<usize>> for RecoverableSignature
[src]
impl Index<Range<usize>> for RecoverableSignature
[src]impl Index<RangeFrom<usize>> for RecoverableSignature
[src]
impl Index<RangeFrom<usize>> for RecoverableSignature
[src]impl Index<RangeFull> for RecoverableSignature
[src]
impl Index<RangeFull> for RecoverableSignature
[src]impl Index<RangeTo<usize>> for RecoverableSignature
[src]
impl Index<RangeTo<usize>> for RecoverableSignature
[src]impl Index<usize> for RecoverableSignature
[src]
impl Index<usize> for RecoverableSignature
[src]impl Ord for RecoverableSignature
[src]
impl Ord for RecoverableSignature
[src]impl PartialOrd<RecoverableSignature> for RecoverableSignature
[src]
impl PartialOrd<RecoverableSignature> for RecoverableSignature
[src]fn partial_cmp(&self, other: &RecoverableSignature) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool