pub struct HostTransferStats {
pub dtoh_bytes: u64,
pub htod_bytes: u64,
pub dtoh_calls: u64,
pub htod_calls: u64,
}Fields§
§dtoh_bytes: u64§htod_bytes: u64§dtoh_calls: u64§htod_calls: u64Trait Implementations§
Source§impl Clone for HostTransferStats
impl Clone for HostTransferStats
Source§fn clone(&self) -> HostTransferStats
fn clone(&self) -> HostTransferStats
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 HostTransferStats
impl Debug for HostTransferStats
impl Copy for HostTransferStats
Auto Trait Implementations§
impl Freeze for HostTransferStats
impl RefUnwindSafe for HostTransferStats
impl Send for HostTransferStats
impl Sync for HostTransferStats
impl Unpin for HostTransferStats
impl UnsafeUnpin for HostTransferStats
impl UnwindSafe for HostTransferStats
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