pub struct SoundIntensityWPerM2(/* private fields */);Expand description
A validated sound intensity in watts per square meter.
Implementations§
Trait Implementations§
Source§impl Clone for SoundIntensityWPerM2
impl Clone for SoundIntensityWPerM2
Source§fn clone(&self) -> SoundIntensityWPerM2
fn clone(&self) -> SoundIntensityWPerM2
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 SoundIntensityWPerM2
impl Debug for SoundIntensityWPerM2
Source§impl PartialEq for SoundIntensityWPerM2
impl PartialEq for SoundIntensityWPerM2
Source§impl PartialOrd for SoundIntensityWPerM2
impl PartialOrd for SoundIntensityWPerM2
impl Copy for SoundIntensityWPerM2
impl StructuralPartialEq for SoundIntensityWPerM2
Auto Trait Implementations§
impl Freeze for SoundIntensityWPerM2
impl RefUnwindSafe for SoundIntensityWPerM2
impl Send for SoundIntensityWPerM2
impl Sync for SoundIntensityWPerM2
impl Unpin for SoundIntensityWPerM2
impl UnsafeUnpin for SoundIntensityWPerM2
impl UnwindSafe for SoundIntensityWPerM2
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