#[repr(C)]pub struct OH_AudioDeviceDescriptorArray {
pub size: u32,
pub descriptors: *mut *mut OH_AudioDeviceDescriptor,
}Available on crate feature
api-12 only.Expand description
Declaring the audio device descriptor array.
Available since API-level: 12
Fields§
§size: u32Audio device descriptor array size.
descriptors: *mut *mut OH_AudioDeviceDescriptorAudio 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 (const: unstable) · 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 UnsafeUnpin 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