#[repr(C)]pub struct xen_flask_hash_stats {
pub entries: u32,
pub buckets_used: u32,
pub buckets_total: u32,
pub max_chain_len: u32,
}Fields§
§entries: u32§buckets_used: u32§buckets_total: u32§max_chain_len: u32Trait Implementations§
Source§impl Clone for xen_flask_hash_stats
impl Clone for xen_flask_hash_stats
Source§fn clone(&self) -> xen_flask_hash_stats
fn clone(&self) -> xen_flask_hash_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_hash_stats
impl Debug for xen_flask_hash_stats
Source§impl Default for xen_flask_hash_stats
impl Default for xen_flask_hash_stats
Source§fn default() -> xen_flask_hash_stats
fn default() -> xen_flask_hash_stats
Returns the “default value” for a type. Read more
impl Copy for xen_flask_hash_stats
Auto Trait Implementations§
impl Freeze for xen_flask_hash_stats
impl RefUnwindSafe for xen_flask_hash_stats
impl Send for xen_flask_hash_stats
impl Sync for xen_flask_hash_stats
impl Unpin for xen_flask_hash_stats
impl UnwindSafe for xen_flask_hash_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