#[repr(C)]pub struct cubeb_device {
pub output_name: *mut c_char,
pub input_name: *mut c_char,
}
Fields§
§output_name: *mut c_char
§input_name: *mut c_char
Trait Implementations§
Source§impl Debug for cubeb_device
impl Debug for cubeb_device
Auto Trait Implementations§
impl Freeze for cubeb_device
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§
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