pub struct Doppler {
pub factor: f32,
pub velocity: f32,
}
Expand description
The doppler.
Fields§
§factor: f32
The factor.
velocity: f32
The velocity.
Trait Implementations§
impl Copy for Doppler
impl StructuralPartialEq for Doppler
Auto Trait Implementations§
impl Freeze for Doppler
impl RefUnwindSafe for Doppler
impl Send for Doppler
impl Sync for Doppler
impl Unpin for Doppler
impl UnwindSafe for Doppler
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