Searched defs:CProperty (Results 1 – 3 of 3) sorted by relevance
8 struct CProperty struct10 UString Name;11 UString Value;
316 pub struct CProperty { struct320 pub Anonymous: CProperty_0, argument324 impl ::core::marker::Copy for CProperty {} argument326 impl ::core::clone::Clone for CProperty { implementation