Docs.rs
buffalo-0.2.0
buffalo 0.2.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
nitsky
github:tangramdotdev:all
Dependencies
bitvec ^0.22
normal
buffalo_macro ^0.1
normal
derive_deref ^1
normal
ndarray ^0.15
normal
num ^0.4
normal
Versions
12.5%
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
☰
Trait ReadType
Associated Types
ReadType
Implementations on Foreign Types
()
(T1, T2)
HashMap<K, V>
Option<T>
String
Vec<T>
bool
char
f32
f64
i16
i32
i64
i8
u16
u32
u64
u8
Implementors
Other items in
buffalo
?
Trait
buffalo
::
ReadType
[
−
]
[src]
pub trait ReadType<'a> { type
ReadType
:
Read
<'a>; }
Associated Types
[src]
type
ReadType
:
Read
<'a>
Implementations on Foreign Types
[src]
impl<'a>
ReadType
<'a> for
()
type
ReadType
=
()
[src]
impl<'a>
ReadType
<'a> for
bool
type
ReadType
=
bool
[src]
impl<'a>
ReadType
<'a> for
u8
type
ReadType
=
u8
[src]
impl<'a>
ReadType
<'a> for
u16
type
ReadType
=
u16
[src]
impl<'a>
ReadType
<'a> for
u32
type
ReadType
=
u32
[src]
impl<'a>
ReadType
<'a> for
u64
type
ReadType
=
u64
[src]
impl<'a>
ReadType
<'a> for
i8
type
ReadType
=
i8
[src]
impl<'a>
ReadType
<'a> for
i16
type
ReadType
=
i16
[src]
impl<'a>
ReadType
<'a> for
i32
type
ReadType
=
i32
[src]
impl<'a>
ReadType
<'a> for
i64
type
ReadType
=
i64
[src]
impl<'a>
ReadType
<'a> for
f32
type
ReadType
=
f32
[src]
impl<'a>
ReadType
<'a> for
f64
type
ReadType
=
f64
[src]
impl<'a>
ReadType
<'a> for
char
type
ReadType
=
char
[src]
impl<'a, T>
ReadType
<'a> for
Option
<T>
where
T:
ReadType
<'a>,
T::
ReadType
:
StaticSize
,
type
ReadType
=
Option
<T::
ReadType
>
[src]
impl<'a, T1, T2>
ReadType
<'a> for
(
T1, T2
)
where
T1:
ReadType
<'a>,
T1::
ReadType
:
StaticSize
,
T2:
ReadType
<'a>,
T2::
ReadType
:
StaticSize
,
type
ReadType
=
(
T1::
ReadType
, T2::
ReadType
)
[src]
impl<'a, T>
ReadType
<'a> for
Vec
<T>
where
T: 'a +
ReadType
<'a>,
T::
ReadType
:
StaticSize
,
type
ReadType
=
Pointer
<
VecReader
<'a, T::
ReadType
>>
[src]
impl<'a>
ReadType
<'a> for
String
type
ReadType
=
Pointer
<&'a
str
>
[src]
impl<'a, K, V>
ReadType
<'a> for
HashMap
<K, V>
where
K: 'a +
ReadType
<'a>,
K::
ReadType
:
StaticSize
,
V: 'a +
ReadType
<'a>,
V::
ReadType
:
StaticSize
,
type
ReadType
=
Pointer
<
VecReader
<'a,
(
K::
ReadType
, V::
ReadType
)
>>
Implementors