#[repr(C)]pub struct _BelaHwConfig {
pub audioSampleRate: f32,
pub audioInChannels: c_uint,
pub audioOutChannels: c_uint,
pub analogInChannels: c_uint,
pub analogOutChannels: c_uint,
pub digitalChannels: c_uint,
}Fields§
§audioSampleRate: f32§audioInChannels: c_uint§audioOutChannels: c_uint§analogInChannels: c_uint§analogOutChannels: c_uint§digitalChannels: c_uintTrait Implementations§
Source§impl Clone for _BelaHwConfig
impl Clone for _BelaHwConfig
Source§fn clone(&self) -> _BelaHwConfig
fn clone(&self) -> _BelaHwConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _BelaHwConfig
Source§impl Debug for _BelaHwConfig
impl Debug for _BelaHwConfig
Source§impl Default for _BelaHwConfig
impl Default for _BelaHwConfig
Source§fn default() -> _BelaHwConfig
fn default() -> _BelaHwConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for _BelaHwConfig
impl RefUnwindSafe for _BelaHwConfig
impl Send for _BelaHwConfig
impl Sync for _BelaHwConfig
impl Unpin for _BelaHwConfig
impl UnsafeUnpin for _BelaHwConfig
impl UnwindSafe for _BelaHwConfig
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