#[repr(C)]pub struct PrivShineWave {
pub channels: i32,
pub samplerate: i32,
}Expand description
Private shine wave configuration (matches priv_shine_wave_t) (ref/shine/src/lib/types.h:60-63)
Fields§
§channels: i32§samplerate: i32Trait Implementations§
Source§impl Clone for PrivShineWave
impl Clone for PrivShineWave
Source§fn clone(&self) -> PrivShineWave
fn clone(&self) -> PrivShineWave
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 moreAuto Trait Implementations§
impl Freeze for PrivShineWave
impl RefUnwindSafe for PrivShineWave
impl Send for PrivShineWave
impl Sync for PrivShineWave
impl Unpin for PrivShineWave
impl UnwindSafe for PrivShineWave
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