Struct capsules_extra::test::aes::TestAes128Ecb
source · pub struct TestAes128Ecb<'a, A: 'a> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<'a, A: AES128<'a> + AES128ECB> CapsuleTest for TestAes128Ecb<'a, A>
impl<'a, A: AES128<'a> + AES128ECB> CapsuleTest for TestAes128Ecb<'a, A>
source§fn set_client(&self, client: &'static dyn CapsuleTestClient)
fn set_client(&self, client: &'static dyn CapsuleTestClient)
Set the client for the done callback.
Auto Trait Implementations§
impl<'a, A> !Freeze for TestAes128Ecb<'a, A>
impl<'a, A> !RefUnwindSafe for TestAes128Ecb<'a, A>
impl<'a, A> !Send for TestAes128Ecb<'a, A>
impl<'a, A> !Sync for TestAes128Ecb<'a, A>
impl<'a, A> Unpin for TestAes128Ecb<'a, A>
impl<'a, A> !UnwindSafe for TestAes128Ecb<'a, A>
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