Docs.rs
rust-sqlite-0.3.0
rust-sqlite 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Documentation
Repository
crates.io
Source
Owners
dckc
Dependencies
bitflags ^0.1.0
normal
enum_primitive ^0.1.0
normal
libc ^0.2.5
normal
time ^0.1.5
normal
Versions
100%
of the crate is documented
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sqlite3
0.3.0
ColIx
Trait Implementations
RowIndex
In sqlite3::
core
sqlite3
::
core
Type Alias
ColIx
Copy item path
Source
pub type ColIx =
u32
;
Expand description
Column index for accessing parts of a row.
Trait Implementations
§
Source
§
impl
RowIndex
for
ColIx
Source
§
fn
idx
(&self, _row: &mut
ResultRow
<'_, '_>) ->
Option
<
ColIx
>
Index into a row directly by uint.