Struct mprober_lib::volume::VolumeSpeed
source · pub struct VolumeSpeed {
pub read: f64,
pub write: f64,
}Fields§
§read: f64§write: f64Trait Implementations§
source§impl Clone for VolumeSpeed
impl Clone for VolumeSpeed
source§fn clone(&self) -> VolumeSpeed
fn clone(&self) -> VolumeSpeed
Returns a copy 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 VolumeSpeed
impl Debug for VolumeSpeed
source§impl Default for VolumeSpeed
impl Default for VolumeSpeed
source§fn default() -> VolumeSpeed
fn default() -> VolumeSpeed
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for VolumeSpeed
impl Send for VolumeSpeed
impl Sync for VolumeSpeed
impl Unpin for VolumeSpeed
impl UnwindSafe for VolumeSpeed
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