pub struct Wave {
pub angle: f64,
pub phase: f64,
pub frequency: f64,
pub observer_id: String,
}Expand description
Wave that reads the file
Fields§
§angle: f64§phase: f64§frequency: f64§observer_id: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Wave
impl RefUnwindSafe for Wave
impl Send for Wave
impl Sync for Wave
impl Unpin for Wave
impl UnwindSafe for Wave
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