Struct secp256k1::ffi::Signature [−][src]
#[repr(C)]pub struct Signature(_);
Library-internal representation of a Secp256k1 signature
Methods
impl Signature[src]
impl Signaturepub fn as_ptr(&self) -> *const c_uchar[src]
pub fn as_ptr(&self) -> *const c_ucharConverts the object to a raw pointer for FFI interfacing
pub fn as_mut_ptr(&mut self) -> *mut c_uchar[src]
pub fn as_mut_ptr(&mut self) -> *mut c_ucharConverts the object to a mutable raw pointer for FFI interfacing
pub fn len(&self) -> usize[src]
pub fn len(&self) -> usizeReturns the length of the object as an array
pub fn is_empty(&self) -> bool[src]
pub fn is_empty(&self) -> boolReturns whether the object as an array is empty
impl Signature[src]
impl Signaturepub fn new() -> Signature[src]
pub fn new() -> SignatureCreate a new (zeroed) signature usable for the FFI interface
pub unsafe fn blank() -> Signature[src]
pub unsafe fn blank() -> SignatureCreate a new (uninitialized) signature usable for the FFI interface
Trait Implementations
impl Copy for Signature[src]
impl Copy for Signatureimpl PartialEq for Signature[src]
impl PartialEq for Signaturefn eq(&self, other: &Signature) -> bool[src]
fn eq(&self, other: &Signature) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl Eq for Signature[src]
impl Eq for Signatureimpl Clone for Signature[src]
impl Clone for Signaturefn clone(&self) -> Signature[src]
fn clone(&self) -> SignatureReturns 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)Performs copy-assignment from source. Read more
impl Index<usize> for Signature[src]
impl Index<usize> for Signaturetype Output = c_uchar
The returned type after indexing.
fn index(&self, index: usize) -> &c_uchar[src]
fn index(&self, index: usize) -> &c_ucharPerforms the indexing (container[index]) operation.
impl Index<Range<usize>> for Signature[src]
impl Index<Range<usize>> for Signaturetype Output = [c_uchar]
The returned type after indexing.
fn index(&self, index: Range<usize>) -> &[c_uchar][src]
fn index(&self, index: Range<usize>) -> &[c_uchar]Performs the indexing (container[index]) operation.
impl Index<RangeTo<usize>> for Signature[src]
impl Index<RangeTo<usize>> for Signaturetype Output = [c_uchar]
The returned type after indexing.
fn index(&self, index: RangeTo<usize>) -> &[c_uchar][src]
fn index(&self, index: RangeTo<usize>) -> &[c_uchar]Performs the indexing (container[index]) operation.
impl Index<RangeFrom<usize>> for Signature[src]
impl Index<RangeFrom<usize>> for Signaturetype Output = [c_uchar]
The returned type after indexing.
fn index(&self, index: RangeFrom<usize>) -> &[c_uchar][src]
fn index(&self, index: RangeFrom<usize>) -> &[c_uchar]Performs the indexing (container[index]) operation.
impl Index<RangeFull> for Signature[src]
impl Index<RangeFull> for Signaturetype Output = [c_uchar]
The returned type after indexing.
fn index(&self, _: RangeFull) -> &[c_uchar][src]
fn index(&self, _: RangeFull) -> &[c_uchar]Performs the indexing (container[index]) operation.
impl Debug for Signature[src]
impl Debug for Signaturefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<Signature> for Signature[src]
impl From<Signature> for SignatureCreates a new signature from a FFI signature