Struct secp256k1::SignOnlyPreallocated
source · pub struct SignOnlyPreallocated<'buf> { /* private fields */ }
Expand description
Represents the set of capabilities needed for signing with a user preallocated memory.
Trait Implementations§
source§impl<'buf> Clone for SignOnlyPreallocated<'buf>
impl<'buf> Clone for SignOnlyPreallocated<'buf>
source§fn clone(&self) -> SignOnlyPreallocated<'buf>
fn clone(&self) -> SignOnlyPreallocated<'buf>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'buf> Context for SignOnlyPreallocated<'buf>
impl<'buf> Context for SignOnlyPreallocated<'buf>
source§impl<'buf> Debug for SignOnlyPreallocated<'buf>
impl<'buf> Debug for SignOnlyPreallocated<'buf>
source§impl<'buf> Hash for SignOnlyPreallocated<'buf>
impl<'buf> Hash for SignOnlyPreallocated<'buf>
source§impl<'buf> Ord for SignOnlyPreallocated<'buf>
impl<'buf> Ord for SignOnlyPreallocated<'buf>
source§fn cmp(&self, other: &SignOnlyPreallocated<'buf>) -> Ordering
fn cmp(&self, other: &SignOnlyPreallocated<'buf>) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl<'buf> PartialEq<SignOnlyPreallocated<'buf>> for SignOnlyPreallocated<'buf>
impl<'buf> PartialEq<SignOnlyPreallocated<'buf>> for SignOnlyPreallocated<'buf>
source§fn eq(&self, other: &SignOnlyPreallocated<'buf>) -> bool
fn eq(&self, other: &SignOnlyPreallocated<'buf>) -> bool
source§impl<'buf> PartialOrd<SignOnlyPreallocated<'buf>> for SignOnlyPreallocated<'buf>
impl<'buf> PartialOrd<SignOnlyPreallocated<'buf>> for SignOnlyPreallocated<'buf>
source§fn partial_cmp(&self, other: &SignOnlyPreallocated<'buf>) -> Option<Ordering>
fn partial_cmp(&self, other: &SignOnlyPreallocated<'buf>) -> Option<Ordering>
1.0.0 · source§fn 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 more