pub struct ToneOptions {
pub sample_rate: u32,
pub bpm: f32,
pub volume: f32,
}
Expand description
Tone options
Fields§
§sample_rate: u32
§bpm: f32
§volume: f32
Implementations§
Source§impl ToneOptions
impl ToneOptions
Auto Trait Implementations§
impl Freeze for ToneOptions
impl RefUnwindSafe for ToneOptions
impl Send for ToneOptions
impl Sync for ToneOptions
impl Unpin for ToneOptions
impl UnwindSafe for ToneOptions
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