587 B
587 B
Structive Property Core
structive::property_core 描述 Property 自身的固有结构,并提供 managed read/write、synchronization、traversal、validation metadata 和 type-erased runtime access。
Core 完全没有访问控制 mode。Property 只报告自身 intrinsic readable / writable;外部系统自己拥有 exposure 与 authorization policy。
Stored read_only Property 不分配 lock slot、不贡献 mutex,managed read 直接走 no-lock fast path。