Docs.rs
accessor-0.3.3
accessor 0.3.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
toku-sa-n
Dependencies
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
accessor
0.3.3
Module array
Module Items
Structs
Type Aliases
In crate accessor
accessor
Module
array
Copy item path
Source
Expand description
Accessor for an array
Structs
§
Generic
An accessor to read, modify, and write an array of some type on memory.
Iter
An iterator over a value of
T
.
Type Aliases
§
Array
Deprecated
An alis of
Array
Read
Only
A read-only accessor.
Read
Write
A readable and writable accessor.
Write
Only
A write-only accessor.