Home
last modified time | relevance | path

Searched refs:assert_impls (Results 1 – 2 of 2) sorted by relevance

/linux/rust/zerocopy/src/
H A Dimpls.rs1686 macro_rules! assert_impls { in test_impls() macro
1895 assert_impls!($ty: $trait); in test_impls()
1899 assert_impls!($ty: !$negative_trait); in test_impls()
1910 assert_impls!( in test_impls()
1919 assert_impls!( in test_impls()
1928 assert_impls!( in test_impls()
1937 assert_impls!( in test_impls()
1946 assert_impls!( in test_impls()
1955 assert_impls!( in test_impls()
1964 assert_impls!( in test_impls()
[all …]
H A Dmacros.rs1701 fn assert_impls<T: FromBytes + IntoBytes + Immutable>() {} in test_cryptocorrosion_derive_traits() function
1712 assert_impls::<vec128_storage>(); in test_cryptocorrosion_derive_traits()
1720 assert_impls::<u32x4_generic>(); in test_cryptocorrosion_derive_traits()
1728 assert_impls::<u64x2_generic>(); in test_cryptocorrosion_derive_traits()
1736 assert_impls::<u128x1_generic>(); in test_cryptocorrosion_derive_traits()
1746 assert_impls::<x2<(), NotZerocopy>>(); in test_cryptocorrosion_derive_traits()
1755 assert_impls::<x4<()>>(); in test_cryptocorrosion_derive_traits()
1771 assert_impls::<X4>(); in test_cryptocorrosion_derive_traits()
1789 assert_impls::<vec128_storage>(); in test_cryptocorrosion_derive_traits()
1803 assert_impls::<vec<NotZerocopy, NotZerocopy, NotZerocopy>>(); in test_cryptocorrosion_derive_traits()
[all …]