Trait malloc_size_of::MallocConditionalShallowSizeOf [] [src]

pub trait MallocConditionalShallowSizeOf {
    fn conditional_shallow_size_of(&self, ops: &mut MallocSizeOfOps) -> usize;
}

MallocConditionalSizeOf combined with MallocShallowSizeOf.

Required Methods

conditional_size_of combined with shallow_size_of.

Implementations on Foreign Types

impl<T> MallocConditionalShallowSizeOf for Arc<T>
[src]

Implementors