Struct solana_perf::recycler::ObjectPool [−][src]
Fields
total_allocated_count: u32
Trait Implementations
impl<T: Debug + Reset> Debug for ObjectPool<T>
[src]
impl<T: Debug + Reset> Debug for ObjectPool<T>
[src]Auto Trait Implementations
impl<T> RefUnwindSafe for ObjectPool<T> where
T: RefUnwindSafe,
impl<T> RefUnwindSafe for ObjectPool<T> where
T: RefUnwindSafe,
impl<T> Send for ObjectPool<T> where
T: Send,
impl<T> Send for ObjectPool<T> where
T: Send,
impl<T> Sync for ObjectPool<T> where
T: Sync,
impl<T> Sync for ObjectPool<T> where
T: Sync,
impl<T> Unpin for ObjectPool<T> where
T: Unpin,
impl<T> Unpin for ObjectPool<T> where
T: Unpin,
impl<T> UnwindSafe for ObjectPool<T> where
T: UnwindSafe,
impl<T> UnwindSafe for ObjectPool<T> where
T: UnwindSafe,
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
pub default fn example() -> T
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,