Struct cubeb_backend::ffi::cubeb_stream_params
[−]#[repr(C)]pub struct cubeb_stream_params {
pub format: u32,
pub rate: u32,
pub channels: u32,
pub layout: u32,
pub prefs: u32,
}Fields
format: u32rate: u32channels: u32layout: u32prefs: u32Trait Implementations
impl Clone for cubeb_stream_params
impl Clone for cubeb_stream_params
fn clone(&self) -> cubeb_stream_params
fn clone(&self) -> cubeb_stream_params
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Debug for cubeb_stream_params
impl Debug for cubeb_stream_params
impl Default for cubeb_stream_params
impl Default for cubeb_stream_params
fn default() -> cubeb_stream_params
fn default() -> cubeb_stream_params
Returns the “default value” for a type. Read more
sourceimpl From<cubeb_stream_params> for StreamParams
impl From<cubeb_stream_params> for StreamParams
sourcefn from(x: cubeb_stream_params) -> StreamParams
fn from(x: cubeb_stream_params) -> StreamParams
Converts to this type from the input type.
impl Copy for cubeb_stream_params
Auto Trait Implementations
impl RefUnwindSafe for cubeb_stream_params
impl Send for cubeb_stream_params
impl Sync for cubeb_stream_params
impl Unpin for cubeb_stream_params
impl UnwindSafe for cubeb_stream_params
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more