pub struct DmaPoolStats {
pub total_buffers: u64,
pub in_use: u64,
pub buffer_size: usize,
}Fields§
§total_buffers: u64§in_use: u64§buffer_size: usizeTrait 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)