Struct cubeb_backend::ffi::cubeb_device
[−]Fields
output_name: *mut i8input_name: *mut i8Trait Implementations
impl Debug for cubeb_device
impl Debug for cubeb_device
impl Default for cubeb_device
impl Default for cubeb_device
fn default() -> cubeb_device
fn default() -> cubeb_device
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for cubeb_device
impl !Send for cubeb_device
impl !Sync for cubeb_device
impl Unpin for cubeb_device
impl UnwindSafe for cubeb_device
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