pub struct ClockTable {
pub gpu_delta: Vec<(usize, Kilohertz2Delta)>,
pub mem_delta: Vec<(usize, KilohertzDelta)>,
}Fields§
§gpu_delta: Vec<(usize, Kilohertz2Delta)>§mem_delta: Vec<(usize, KilohertzDelta)>Trait Implementations§
Source§impl Clone for ClockTable
impl Clone for ClockTable
Source§fn clone(&self) -> ClockTable
fn clone(&self) -> ClockTable
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 ClockTable
impl Debug for ClockTable
Source§impl<'de> Deserialize<'de> for ClockTable
impl<'de> Deserialize<'de> for ClockTable
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 Hash for ClockTable
impl Hash for ClockTable
Source§impl Ord for ClockTable
impl Ord for ClockTable
Source§fn cmp(&self, other: &ClockTable) -> Ordering
fn cmp(&self, other: &ClockTable) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ClockTable
impl PartialEq for ClockTable
Source§impl PartialOrd for ClockTable
impl PartialOrd for ClockTable
Source§impl Serialize for ClockTable
impl Serialize for ClockTable
impl Eq for ClockTable
impl StructuralPartialEq for ClockTable
Auto Trait Implementations§
impl Freeze for ClockTable
impl RefUnwindSafe for ClockTable
impl Send for ClockTable
impl Sync for ClockTable
impl Unpin for ClockTable
impl UnwindSafe for ClockTable
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