Module capnpc::schema_capnp::type_ [] [src]

Re-exports

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;

Modules

any_pointer
enum_
interface
list
struct_

Structs

Builder
Owned
Pipeline
Reader

Enums

Which

Type Definitions

WhichBuilder
WhichReader