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 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 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 Freeze for VolumeSpeed
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