Struct libpulse_sys::context::introspect::pa_stat_info[][src]

#[repr(C)]
pub struct pa_stat_info { pub memblock_total: u32, pub memblock_total_size: u32, pub memblock_allocated: u32, pub memblock_allocated_size: u32, pub scache_size: u32, }
Expand description

Memory block statistics.

Please note that this structure can be extended as part of evolutionary API updates at any time in any new release.

Fields

memblock_total: u32

Currently allocated memory blocks.

memblock_total_size: u32

Current total size of allocated memory blocks.

memblock_allocated: u32

Allocated memory blocks during the whole lifetime of the daemon.

memblock_allocated_size: u32

Total size of all memory blocks allocated during the whole lifetime of the daemon.

scache_size: u32

Total size of all sample cache entries.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.