Module capnpc::schema_capnp::value [] [src]

Reexports

pub use self::Which::Void;
pub use self::Which::Bool;
pub use self::Which::Int8;
pub use self::Which::Int16;
pub use self::Which::Int32;
pub use self::Which::Int64;
pub use self::Which::Uint8;
pub use self::Which::Uint16;
pub use self::Which::Uint32;
pub use self::Which::Uint64;
pub use self::Which::Float32;
pub use self::Which::Float64;
pub use self::Which::Text;
pub use self::Which::Data;
pub use self::Which::List;
pub use self::Which::Enum;
pub use self::Which::Struct;
pub use self::Which::Interface;
pub use self::Which::AnyPointer;

Structs

Builder
Owned
Pipeline
Reader

Enums

Which

Type Definitions

WhichBuilder
WhichReader