Skip to main content

PropertyMapEntryRc

Type Alias PropertyMapEntryRc 

pub type PropertyMapEntryRc = Arc<PropertyMapEntry>;
Expand description

A reference-counted pointer to a PropertyMapEntry.

This atomic reference-counted pointer enables safe sharing of PropertyMapEntry instances across threads while providing automatic memory management.

Aliased Typeยง

pub struct PropertyMapEntryRc { /* private fields */ }