pub struct HugeTlbStat {
pub usage: u64,
pub max_usage: u64,
pub fail_cnt: u64,
}Fields§
§usage: u64§max_usage: u64§fail_cnt: u64Trait Implementations§
Source§impl Debug for HugeTlbStat
impl Debug for HugeTlbStat
Source§impl Default for HugeTlbStat
impl Default for HugeTlbStat
Source§fn default() -> HugeTlbStat
fn default() -> HugeTlbStat
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HugeTlbStat
impl RefUnwindSafe for HugeTlbStat
impl Send for HugeTlbStat
impl Sync for HugeTlbStat
impl Unpin for HugeTlbStat
impl UnwindSafe for HugeTlbStat
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