Struct rust_examples::rc::Data [−][src]
pub struct Data(_);Expand description
Thin wrapper around usize serving as an internal counter for the number of clones
Trait Implementations
Custom clone implementation for Data in which new data have counter incremented by one
Auto Trait Implementations
impl RefUnwindSafe for Data
impl UnwindSafe for Data
Blanket Implementations
Mutably borrows from an owned value. Read more
