#[repr(C)]pub struct rtaudio_stream_parameters {
pub device_id: c_uint,
pub num_channels: c_uint,
pub first_channel: c_uint,
}
Expand description
! The structure for specifying input or output stream parameters. ! See \ref RtAudio::StreamParameters.
Fields§
§device_id: c_uint
§num_channels: c_uint
§first_channel: c_uint
Trait Implementations§
Source§impl Clone for rtaudio_stream_parameters
impl Clone for rtaudio_stream_parameters
Source§fn clone(&self) -> rtaudio_stream_parameters
fn clone(&self) -> rtaudio_stream_parameters
Returns a copy 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 moreSource§impl Debug for rtaudio_stream_parameters
impl Debug for rtaudio_stream_parameters
impl Copy for rtaudio_stream_parameters
Auto Trait Implementations§
impl Freeze for rtaudio_stream_parameters
impl RefUnwindSafe for rtaudio_stream_parameters
impl Send for rtaudio_stream_parameters
impl Sync for rtaudio_stream_parameters
impl Unpin for rtaudio_stream_parameters
impl UnwindSafe for rtaudio_stream_parameters
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