pub struct MemoryStallMetrics {
pub some: Duration,
pub full: Duration,
}
Fields§
§some: Duration
§full: Duration
Trait Implementations§
Source§impl Default for MemoryStallMetrics
impl Default for MemoryStallMetrics
Source§fn default() -> MemoryStallMetrics
fn default() -> MemoryStallMetrics
Returns the “default value” for a type. Read more
Source§impl TryFrom<MemoryStall> for MemoryStallMetrics
impl TryFrom<MemoryStall> for MemoryStallMetrics
Source§type Error = TryFromIntError
type Error = TryFromIntError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for MemoryStallMetrics
impl RefUnwindSafe for MemoryStallMetrics
impl Send for MemoryStallMetrics
impl Sync for MemoryStallMetrics
impl Unpin for MemoryStallMetrics
impl UnwindSafe for MemoryStallMetrics
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