pub fn enum_custom_type_variant(
name: &str,
discriminant: u16,
custom_type: &str,
) -> EnumVariantExpand description
Creates a new enum variant of type NamedCLType::Custom.
pub fn enum_custom_type_variant(
name: &str,
discriminant: u16,
custom_type: &str,
) -> EnumVariantCreates a new enum variant of type NamedCLType::Custom.