Docs.rs
  • oo-bindgen-0.8.0
    • oo-bindgen 0.8.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • crates.io
    • Source
    • Owners
    • jadamcrain
    • Dependencies
      • backtrace ^0.3 normal
      • clap ^4 normal
      • dunce ^1.0.1 normal
      • heck ^0.4 normal
      • lazy_static ^1.3 normal
      • platforms ^2 normal
      • regex ^1 normal
      • semver ^1 normal
      • serde ^1.0.126 normal
      • serde_json ^1 normal
      • thiserror ^1.0.20 normal
      • tracing ^0.1 normal
    • Versions
    • 93.75% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

StructFieldType

Required Methods

  • create_struct_type

Implementors

In oo_bindgen::model

?
Change settings

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§

source

fn create_struct_type(
    v: Handle<Struct<Self, Unvalidated>>
) -> StructType<Unvalidated>

convert a structure to a StructType

Implementors§

source§

impl StructFieldType for CallbackArgStructField

source§

impl StructFieldType for FunctionArgStructField

source§

impl StructFieldType for FunctionReturnStructField

source§

impl StructFieldType for UniversalStructField