#[repr(C)]pub struct ShineWave {
pub channels: i32,
pub samplerate: i32,
}Expand description
Public wave configuration (matches shine_wave_t) (ref/shine/src/lib/layer3.h:16-19)
Fields§
§channels: i32§samplerate: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShineWave
impl RefUnwindSafe for ShineWave
impl Send for ShineWave
impl Sync for ShineWave
impl Unpin for ShineWave
impl UnwindSafe for ShineWave
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