pub struct AcousticProps {
pub sound_speed: Velocity,
}Expand description
What it does with sound.
Fields§
§sound_speed: VelocityLongitudinal speed of sound.
Trait Implementations§
Source§impl Clone for AcousticProps
impl Clone for AcousticProps
Source§fn clone(&self) -> AcousticProps
fn clone(&self) -> AcousticProps
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 moreimpl Copy for AcousticProps
Source§impl Debug for AcousticProps
impl Debug for AcousticProps
Source§impl<'de> Deserialize<'de> for AcousticProps
impl<'de> Deserialize<'de> for AcousticProps
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AcousticProps
impl PartialEq for AcousticProps
Source§impl Serialize for AcousticProps
impl Serialize for AcousticProps
impl StructuralPartialEq for AcousticProps
Auto Trait Implementations§
impl Freeze for AcousticProps
impl RefUnwindSafe for AcousticProps
impl Send for AcousticProps
impl Sync for AcousticProps
impl Unpin for AcousticProps
impl UnsafeUnpin for AcousticProps
impl UnwindSafe for AcousticProps
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