Docs.rs
  • capnp-0.14.6
    • capnp 0.14.6
    • Docs.rs crate page
    • MIT
    • Links
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • dwrensha
    • Dependencies
      • quickcheck ^0.9 normal
      • quickcheck ^0.9 dev
    • Versions
    • 19.28% 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

OwnedStruct

Associated Types

  • Builder
  • Reader

Implementors

In capnp::traits

logo
Change settings

Trait capnp::traits::OwnedStruct

source · [−]
pub trait OwnedStruct<'a> {
    type Reader: FromStructReader<'a> + SetPointerBuilder + IntoInternalStructReader<'a>;
    type Builder: FromStructBuilder<'a> + HasStructSize;
}

Associated Types

source

type Reader: FromStructReader<'a> + SetPointerBuilder + IntoInternalStructReader<'a>

source

type Builder: FromStructBuilder<'a> + HasStructSize

Implementors