Searched defs:WithParams (Results 1 – 7 of 7) sorted by relevance
| /external/rust/crates/downcast/tests/ |
| D | tests.rs | 8 trait WithParams<T, U>: Any {} trait
|
| /external/rust/crates/zerocopy-derive/tests/ |
| D | enum_known_layout.rs | 37 enum WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + KnownLayout> enum
|
| D | struct_known_layout.rs | 56 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + KnownLayout>( struct
|
| D | struct_from_zeroes.rs | 68 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + FromZeroes>( struct
|
| D | struct_from_bytes.rs | 70 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + FromBytes>( struct
|
| D | struct_unaligned.rs | 91 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + Unaligned>( struct
|
| D | struct_as_bytes.rs | 152 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + AsBytes>( struct
|