#[repr(C)]pub struct xen_flask_cache_stats {
pub cpu: u32,
pub lookups: u32,
pub hits: u32,
pub misses: u32,
pub allocations: u32,
pub reclaims: u32,
pub frees: u32,
}Fields§
§cpu: u32§lookups: u32§hits: u32§misses: u32§allocations: u32§reclaims: u32§frees: u32Trait Implementations§
Source§impl Clone for xen_flask_cache_stats
impl Clone for xen_flask_cache_stats
Source§fn clone(&self) -> xen_flask_cache_stats
fn clone(&self) -> xen_flask_cache_stats
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for xen_flask_cache_stats
impl Debug for xen_flask_cache_stats
Source§impl Default for xen_flask_cache_stats
impl Default for xen_flask_cache_stats
Source§fn default() -> xen_flask_cache_stats
fn default() -> xen_flask_cache_stats
Returns the “default value” for a type. Read more
impl Copy for xen_flask_cache_stats
Auto Trait Implementations§
impl Freeze for xen_flask_cache_stats
impl RefUnwindSafe for xen_flask_cache_stats
impl Send for xen_flask_cache_stats
impl Sync for xen_flask_cache_stats
impl Unpin for xen_flask_cache_stats
impl UnwindSafe for xen_flask_cache_stats
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