#[repr(C)]pub struct aws_pkcs11_lib { /* private fields */ }
Expand description
Handle to a loaded PKCS#11 library.
Trait Implementations
sourceimpl Clone for aws_pkcs11_lib
impl Clone for aws_pkcs11_lib
sourcefn clone(&self) -> aws_pkcs11_lib
fn clone(&self) -> aws_pkcs11_lib
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_pkcs11_lib
impl Debug for aws_pkcs11_lib
impl Copy for aws_pkcs11_lib
Auto Trait Implementations
impl RefUnwindSafe for aws_pkcs11_lib
impl Send for aws_pkcs11_lib
impl Sync for aws_pkcs11_lib
impl Unpin for aws_pkcs11_lib
impl UnwindSafe for aws_pkcs11_lib
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