Crate armc

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