pub struct DmaPoolStats {
pub total_buffers: usize,
pub free_buffers: usize,
pub allocations: u64,
pub deallocations: u64,
pub allocation_failures: u64,
}Expand description
DMA Pool Statistics
Fields§
§total_buffers: usize§free_buffers: usize§allocations: u64§deallocations: u64§allocation_failures: u64Trait Implementations§
Source§impl Clone for DmaPoolStats
impl Clone for DmaPoolStats
Source§fn clone(&self) -> DmaPoolStats
fn clone(&self) -> DmaPoolStats
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DmaPoolStats
impl Debug for DmaPoolStats
impl Copy for DmaPoolStats
Auto Trait Implementations§
impl Freeze for DmaPoolStats
impl RefUnwindSafe for DmaPoolStats
impl Send for DmaPoolStats
impl Sync for DmaPoolStats
impl Unpin for DmaPoolStats
impl UnwindSafe for DmaPoolStats
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)