Struct secp256k1::VerifyOnlyPreallocated
source · pub struct VerifyOnlyPreallocated<'buf> { /* private fields */ }
Expand description
Represents the set of capabilities needed for verification with a user preallocated memory.
Trait Implementations§
source§impl<'buf> Clone for VerifyOnlyPreallocated<'buf>
impl<'buf> Clone for VerifyOnlyPreallocated<'buf>
source§fn clone(&self) -> VerifyOnlyPreallocated<'buf>
fn clone(&self) -> VerifyOnlyPreallocated<'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 VerifyOnlyPreallocated<'buf>
impl<'buf> Context for VerifyOnlyPreallocated<'buf>
source§impl<'buf> Debug for VerifyOnlyPreallocated<'buf>
impl<'buf> Debug for VerifyOnlyPreallocated<'buf>
source§impl<'buf> Hash for VerifyOnlyPreallocated<'buf>
impl<'buf> Hash for VerifyOnlyPreallocated<'buf>
source§impl<'buf> Ord for VerifyOnlyPreallocated<'buf>
impl<'buf> Ord for VerifyOnlyPreallocated<'buf>
source§fn cmp(&self, other: &VerifyOnlyPreallocated<'buf>) -> Ordering
fn cmp(&self, other: &VerifyOnlyPreallocated<'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<VerifyOnlyPreallocated<'buf>> for VerifyOnlyPreallocated<'buf>
impl<'buf> PartialEq<VerifyOnlyPreallocated<'buf>> for VerifyOnlyPreallocated<'buf>
source§fn eq(&self, other: &VerifyOnlyPreallocated<'buf>) -> bool
fn eq(&self, other: &VerifyOnlyPreallocated<'buf>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<'buf> PartialOrd<VerifyOnlyPreallocated<'buf>> for VerifyOnlyPreallocated<'buf>
impl<'buf> PartialOrd<VerifyOnlyPreallocated<'buf>> for VerifyOnlyPreallocated<'buf>
source§fn partial_cmp(&self, other: &VerifyOnlyPreallocated<'buf>) -> Option<Ordering>
fn partial_cmp(&self, other: &VerifyOnlyPreallocated<'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 moreimpl<'buf> Copy for VerifyOnlyPreallocated<'buf>
impl<'buf> Eq for VerifyOnlyPreallocated<'buf>
impl<'buf> PreallocatedContext<'buf> for VerifyOnlyPreallocated<'buf>
impl<'buf> StructuralEq for VerifyOnlyPreallocated<'buf>
impl<'buf> StructuralPartialEq for VerifyOnlyPreallocated<'buf>
impl<'buf> Verification for VerifyOnlyPreallocated<'buf>
Auto Trait Implementations§
impl<'buf> RefUnwindSafe for VerifyOnlyPreallocated<'buf>
impl<'buf> Send for VerifyOnlyPreallocated<'buf>
impl<'buf> Sync for VerifyOnlyPreallocated<'buf>
impl<'buf> Unpin for VerifyOnlyPreallocated<'buf>
impl<'buf> UnwindSafe for VerifyOnlyPreallocated<'buf>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more