Struct openpgp_card::crypto_data::EccPub
source · #[non_exhaustive]pub struct EccPub { /* private fields */ }Expand description
ECC-specific container for public key material from an OpenPGP card.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EccPub
impl Send for EccPub
impl Sync for EccPub
impl Unpin for EccPub
impl UnwindSafe for EccPub
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