#[repr(C)]pub struct OH_AudioDeviceDescriptorArray {
pub size: u32,
pub descriptors: *mut *mut OH_AudioDeviceDescriptor,
}Expand description
@brief Declaring the audio device descriptor array.
@since 12
Fields§
§size: u32@brief Audio device descriptor array size.
descriptors: *mut *mut OH_AudioDeviceDescriptor@brief Audio device descriptor array.
Trait Implementations§
Source§impl Clone for OH_AudioDeviceDescriptorArray
impl Clone for OH_AudioDeviceDescriptorArray
Source§fn clone(&self) -> OH_AudioDeviceDescriptorArray
fn clone(&self) -> OH_AudioDeviceDescriptorArray
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OH_AudioDeviceDescriptorArray
Auto Trait Implementations§
impl Freeze for OH_AudioDeviceDescriptorArray
impl RefUnwindSafe for OH_AudioDeviceDescriptorArray
impl !Send for OH_AudioDeviceDescriptorArray
impl !Sync for OH_AudioDeviceDescriptorArray
impl Unpin for OH_AudioDeviceDescriptorArray
impl UnwindSafe for OH_AudioDeviceDescriptorArray
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