Module properties

Source

Structs§

Property
A typed wrapper over a UntypedProperty that casts to/from an untyped property on get/set
UntypedProperty
Reactive untyped property. Shallow clones can be cheaply made. Manages refcounting and deletion of underlying data when all instances with a specific PropertyId has been dropped.

Traits§

PropertyValue
PropertyValue represents a restriction on valid generic types that a property can contain. All T need to be Clone (to enable .get()) + ’static (no references/ lifetimes)

Functions§

property_table_total_properties_count
Utility method to inspect total entry count in property table
register_time