#[doc(hidden)]pub struct Entry {
count: usize,
index: usize,
}Expand description
Entry in the reference count map.
This is an implementation detail exposed for generic type bounds.
Fields§
§count: usizeReference count (how many times this SEXP has been protected)
index: usizeIndex in the backing VECSXP
Trait Implementations§
impl Copy for Entry
impl TrivialClone for Entry
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes