Home
last modified time | relevance | path

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

/third_party/rust/crates/serde/test_suite/tests/
Dtest_annotations.rs2544 struct Transparent { in test_transparent_struct() struct
2546 a: bool, in test_transparent_struct()
2547 b: u32, in test_transparent_struct()
2549 c: bool, in test_transparent_struct()
2550 d: PhantomData<()>, in test_transparent_struct()
2568 struct Transparent( in test_transparent_tuple_struct() struct