#[repr(C)]pub struct aws_ecc_key_pair_vtable {
pub destroy: aws_ecc_key_pair_destroy_fn,
pub derive_pub_key: aws_ecc_key_pair_derive_public_key_fn,
pub sign_message: aws_ecc_key_pair_sign_message_fn,
pub verify_signature: aws_ecc_key_pair_verify_signature_fn,
pub signature_length: aws_ecc_key_pair_signature_length_fn,
}
Fields
destroy: aws_ecc_key_pair_destroy_fn
derive_pub_key: aws_ecc_key_pair_derive_public_key_fn
sign_message: aws_ecc_key_pair_sign_message_fn
verify_signature: aws_ecc_key_pair_verify_signature_fn
signature_length: aws_ecc_key_pair_signature_length_fn
Trait Implementations
sourceimpl Clone for aws_ecc_key_pair_vtable
impl Clone for aws_ecc_key_pair_vtable
sourcefn clone(&self) -> aws_ecc_key_pair_vtable
fn clone(&self) -> aws_ecc_key_pair_vtable
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 aws_ecc_key_pair_vtable
impl Debug for aws_ecc_key_pair_vtable
sourceimpl Default for aws_ecc_key_pair_vtable
impl Default for aws_ecc_key_pair_vtable
sourcefn default() -> aws_ecc_key_pair_vtable
fn default() -> aws_ecc_key_pair_vtable
Returns the “default value” for a type. Read more
sourceimpl PartialEq<aws_ecc_key_pair_vtable> for aws_ecc_key_pair_vtable
impl PartialEq<aws_ecc_key_pair_vtable> for aws_ecc_key_pair_vtable
sourcefn eq(&self, other: &aws_ecc_key_pair_vtable) -> bool
fn eq(&self, other: &aws_ecc_key_pair_vtable) -> bool
impl Copy for aws_ecc_key_pair_vtable
impl Eq for aws_ecc_key_pair_vtable
impl StructuralEq for aws_ecc_key_pair_vtable
impl StructuralPartialEq for aws_ecc_key_pair_vtable
Auto Trait Implementations
impl RefUnwindSafe for aws_ecc_key_pair_vtable
impl Send for aws_ecc_key_pair_vtable
impl Sync for aws_ecc_key_pair_vtable
impl Unpin for aws_ecc_key_pair_vtable
impl UnwindSafe for aws_ecc_key_pair_vtable
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