pub struct TestEcdsaP256Sign { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl CapsuleTest for TestEcdsaP256Sign
impl CapsuleTest for TestEcdsaP256Sign
Source§fn set_client(&self, client: &'static dyn CapsuleTestClient)
fn set_client(&self, client: &'static dyn CapsuleTestClient)
Set the client for the done callback.
Source§impl ClientSign<32, 64> for TestEcdsaP256Sign
impl ClientSign<32, 64> for TestEcdsaP256Sign
Auto Trait Implementations§
impl !Freeze for TestEcdsaP256Sign
impl !RefUnwindSafe for TestEcdsaP256Sign
impl !Send for TestEcdsaP256Sign
impl !Sync for TestEcdsaP256Sign
impl Unpin for TestEcdsaP256Sign
impl !UnwindSafe for TestEcdsaP256Sign
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