Docs.rs
armc-1.4.5
armc 1.4.5
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
patrickfp93
Dependencies
paste ^1.0.12
normal
Versions
43.75%
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
armc
1.4.5
All Items
Crate Items
Modules
Macros
Structs
Crate
armc
Copy item path
Source
Modules
§
core
object
Macros
§
object
This macro will create an ARMC wrapper in a struct defined in the macro’s scope while retaining the macro’s name.
object_
mut_
access
This macro creates an ARMC wrapper in a struct defined in the macro’s scope, along with a new constructor and getter methods for each field, and mutable setter methods for each field with the suffix
_mut
.
object_
ref_
access
This macro expands to a struct with fields wrapped in an ARMC to allow thread-safe mutation and access to those fields via generated getters.
object_
with_
new
This macro will create an ARMC wrapper in a struct defined in the macro’s scope while retaining the macro’s name with a constructor.
Structs
§
Armc