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,
T: RefUnwindSafe,
impl<T> Send for ObjectPool<T> where
T: Send,
T: Send,
impl<T> Sync for ObjectPool<T> where
T: Sync,
T: Sync,
impl<T> Unpin for ObjectPool<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for ObjectPool<T> where
T: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
pub default fn example() -> T
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]fn instrument(self, span: Span) -> Instrumented<Self>
[src]
fn instrument(self, span: Span) -> Instrumented<Self>
[src]Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>
[src]
fn in_current_span(self) -> Instrumented<Self>
[src]impl<T> Pointable for T
impl<T> Pointable for T
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = 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>,