Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dtransform-op.hpp7 struct StylePoint { struct
24 StylePoint<T> y; argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dtransform-op.rs53 pub struct StylePoint<T> { struct
58 impl<T> Default for StylePoint<T> { implementation