Skip to main content

make_ref_counted

Macro make_ref_counted 

Source
macro_rules! make_ref_counted {
    ($ty:ident { $($field:ident : $val:expr),* $(,)? }) => { ... };
}
Expand description

Macro to construct a RefPtr, automatically populating the ref_count field.