pub struct ResidentActivationStats {
pub entries: usize,
pub resident_bytes: u64,
}Fields§
§entries: usize§resident_bytes: u64Trait Implementations§
Source§impl Clone for ResidentActivationStats
impl Clone for ResidentActivationStats
Source§fn clone(&self) -> ResidentActivationStats
fn clone(&self) -> ResidentActivationStats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ResidentActivationStats
Source§impl Debug for ResidentActivationStats
impl Debug for ResidentActivationStats
Source§impl Default for ResidentActivationStats
impl Default for ResidentActivationStats
Source§fn default() -> ResidentActivationStats
fn default() -> ResidentActivationStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResidentActivationStats
impl RefUnwindSafe for ResidentActivationStats
impl Send for ResidentActivationStats
impl Sync for ResidentActivationStats
impl Unpin for ResidentActivationStats
impl UnsafeUnpin for ResidentActivationStats
impl UnwindSafe for ResidentActivationStats
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