Struct sysutil::NetworkRate
source · pub struct NetworkRate {
pub download: f32,
pub upload: f32,
}Expand description
Contains total download and upload newtwork rate (in bytes)
Fields§
§download: f32§upload: f32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NetworkRate
impl Send for NetworkRate
impl Sync for NetworkRate
impl Unpin for NetworkRate
impl UnwindSafe for NetworkRate
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