Home
last modified time | relevance | path

Searched defs:WithParams (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/downcast/tests/
Dtests.rs8 trait WithParams<T, U>: Any {} trait
/external/rust/crates/zerocopy-derive/tests/
Denum_known_layout.rs37 enum WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + KnownLayout> enum
Dstruct_known_layout.rs56 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + KnownLayout>( struct
Dstruct_from_zeroes.rs68 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + FromZeroes>( struct
Dstruct_from_bytes.rs70 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + FromBytes>( struct
Dstruct_unaligned.rs91 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + Unaligned>( struct
Dstruct_as_bytes.rs152 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + AsBytes>( struct