//! Platforms that publish no private-memory counter to an ordinary process.
//! Construction always fails, so the HUD falls back to the resident set.
pub(super)structProbe;implProbe{pub(super)fnnew()->Option<Self>{None}pub(super)fnsample(&mutself)->Option<u64>{None}}