Struct cubeb_backend::ffi::cubeb_device_collection
source · #[repr(C)]pub struct cubeb_device_collection {
pub device: *mut cubeb_device_info,
pub count: usize,
}Fields§
§device: *mut cubeb_device_info§count: usizeTrait Implementations§
source§impl Debug for cubeb_device_collection
impl Debug for cubeb_device_collection
source§impl Default for cubeb_device_collection
impl Default for cubeb_device_collection
source§fn default() -> cubeb_device_collection
fn default() -> cubeb_device_collection
Returns the “default value” for a type. Read more
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