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