Trait oo_bindgen::model::StructFieldType
source · pub trait StructFieldType: Clone + Sized + InitializerValidator {
fn create_struct_type(
v: Handle<Struct<Self, Unvalidated>>
) -> StructType<Unvalidated>;
}
Required Methods§
sourcefn create_struct_type(
v: Handle<Struct<Self, Unvalidated>>
) -> StructType<Unvalidated>
fn create_struct_type(
v: Handle<Struct<Self, Unvalidated>>
) -> StructType<Unvalidated>
convert a structure to a StructType