pub struct ResidentGraphCoreTransferStats {
pub tracked_htod_calls: u64,
pub tracked_htod_bytes: u64,
pub tracked_dtoh_calls: u64,
pub tracked_dtoh_bytes: u64,
pub provider_dtoh_calls: u64,
pub untracked_metadata_dtoh_calls: u64,
}Expand description
Core-loop host transfer counters.
Fields§
§tracked_htod_calls: u64§tracked_htod_bytes: u64§tracked_dtoh_calls: u64§tracked_dtoh_bytes: u64§provider_dtoh_calls: u64§untracked_metadata_dtoh_calls: u64Trait Implementations§
Source§impl Clone for ResidentGraphCoreTransferStats
impl Clone for ResidentGraphCoreTransferStats
Source§fn clone(&self) -> ResidentGraphCoreTransferStats
fn clone(&self) -> ResidentGraphCoreTransferStats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ResidentGraphCoreTransferStats
impl Default for ResidentGraphCoreTransferStats
Source§fn default() -> ResidentGraphCoreTransferStats
fn default() -> ResidentGraphCoreTransferStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResidentGraphCoreTransferStats
impl RefUnwindSafe for ResidentGraphCoreTransferStats
impl Send for ResidentGraphCoreTransferStats
impl Sync for ResidentGraphCoreTransferStats
impl Unpin for ResidentGraphCoreTransferStats
impl UnsafeUnpin for ResidentGraphCoreTransferStats
impl UnwindSafe for ResidentGraphCoreTransferStats
Blanket Implementations§
impl<T> Allocation for T
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