#[repr(C)]pub struct cubeb_device_collection {
pub device: *mut cubeb_device_info,
pub count: usize,
}
Fields§
§device: *mut cubeb_device_info
§count: usize
Trait Implementations§
Source§impl Debug for cubeb_device_collection
impl Debug for cubeb_device_collection
Auto Trait Implementations§
impl Freeze for cubeb_device_collection
impl RefUnwindSafe for cubeb_device_collection
impl !Send for cubeb_device_collection
impl !Sync for cubeb_device_collection
impl Unpin for cubeb_device_collection
impl UnwindSafe for cubeb_device_collection
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