pub struct SlowPathCounts {
pub unknown: u32,
pub other: u32,
pub cam_miss: u32,
pub cam_full: u32,
pub no_hw_support: u32,
pub cntrl: u32,
}Fields§
§unknown: u32§other: u32§cam_miss: u32§cam_full: u32§no_hw_support: u32§cntrl: u32Trait Implementations§
Source§impl Clone for SlowPathCounts
impl Clone for SlowPathCounts
Source§fn clone(&self) -> SlowPathCounts
fn clone(&self) -> SlowPathCounts
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 SlowPathCounts
impl Debug for SlowPathCounts
Source§impl<'de> Deserialize<'de> for SlowPathCounts
impl<'de> Deserialize<'de> for SlowPathCounts
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SlowPathCounts
impl PartialEq for SlowPathCounts
Source§impl Serialize for SlowPathCounts
impl Serialize for SlowPathCounts
impl Eq for SlowPathCounts
impl StructuralPartialEq for SlowPathCounts
Auto Trait Implementations§
impl Freeze for SlowPathCounts
impl RefUnwindSafe for SlowPathCounts
impl Send for SlowPathCounts
impl Sync for SlowPathCounts
impl Unpin for SlowPathCounts
impl UnsafeUnpin for SlowPathCounts
impl UnwindSafe for SlowPathCounts
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