Struct solana_perf::recycler::ObjectPool [−][src]
Fields
total_allocated_count: u32
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for ObjectPool<T> where
T: RefUnwindSafe,
impl<T> Send for ObjectPool<T> where
T: Send,
impl<T> Sync for ObjectPool<T> where
T: Sync,
impl<T> Unpin for ObjectPool<T> where
T: Unpin,
impl<T> UnwindSafe for ObjectPool<T> where
T: UnwindSafe,
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self