pub struct BufStatistics {
pub get: u32,
pub create: u32,
pub get_locked: u32,
pub get_locked_waited: u32,
pub busy_locked: u32,
pub miss_locked: u32,
pub page_retries: u32,
pub page_found: u32,
pub get_read: u32,
}Fields§
§get: u32§create: u32§get_locked: u32§get_locked_waited: u32§busy_locked: u32§miss_locked: u32§page_retries: u32§page_found: u32§get_read: u32Auto Trait Implementations§
impl Freeze for BufStatistics
impl RefUnwindSafe for BufStatistics
impl Send for BufStatistics
impl Sync for BufStatistics
impl Unpin for BufStatistics
impl UnwindSafe for BufStatistics
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more