Skip to main content

ClassLayoutRc

Type Alias ClassLayoutRc 

pub type ClassLayoutRc = Arc<ClassLayout>;
Expand description

Reference-counted smart pointer to a crate::metadata::tables::classlayout::ClassLayout instance for shared ownership

Provides shared ownership and automatic memory management for ClassLayout instances, enabling safe sharing across multiple threads and contexts.

Aliased Typeยง

pub struct ClassLayoutRc { /* private fields */ }