#[repr(C)]pub struct cst_audiodev_struct {
pub sps: c_int,
pub real_sps: c_int,
pub channels: c_int,
pub real_channels: c_int,
pub fmt: cst_audiofmt,
pub real_fmt: cst_audiofmt,
pub byteswap: c_int,
pub rateconv: *mut cst_rateconv,
pub platform_data: *mut c_void,
}
Fields§
§sps: c_int
§real_sps: c_int
§channels: c_int
§real_channels: c_int
§fmt: cst_audiofmt
§real_fmt: cst_audiofmt
§byteswap: c_int
§rateconv: *mut cst_rateconv
§platform_data: *mut c_void
Trait Implementations§
Source§impl Clone for cst_audiodev_struct
impl Clone for cst_audiodev_struct
Source§fn clone(&self) -> cst_audiodev_struct
fn clone(&self) -> cst_audiodev_struct
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 moreSource§impl Debug for cst_audiodev_struct
impl Debug for cst_audiodev_struct
impl Copy for cst_audiodev_struct
Auto Trait Implementations§
impl Freeze for cst_audiodev_struct
impl RefUnwindSafe for cst_audiodev_struct
impl !Send for cst_audiodev_struct
impl !Sync for cst_audiodev_struct
impl Unpin for cst_audiodev_struct
impl UnwindSafe for cst_audiodev_struct
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