#[repr(C)]pub struct SLAudioInputDescriptor_ {
pub deviceName: *mut SLchar,
pub deviceConnection: SLint16,
pub deviceScope: SLint16,
pub deviceLocation: SLint16,
pub isForTelephony: SLboolean,
pub minSampleRate: SLmilliHertz,
pub maxSampleRate: SLmilliHertz,
pub isFreqRangeContinuous: SLboolean,
pub samplingRatesSupported: *mut SLmilliHertz,
pub numOfSamplingRatesSupported: SLint16,
pub maxChannels: SLint16,
}Fields§
§deviceName: *mut SLchar§deviceConnection: SLint16§deviceScope: SLint16§deviceLocation: SLint16§isForTelephony: SLboolean§minSampleRate: SLmilliHertz§maxSampleRate: SLmilliHertz§isFreqRangeContinuous: SLboolean§samplingRatesSupported: *mut SLmilliHertz§numOfSamplingRatesSupported: SLint16§maxChannels: SLint16Trait Implementations§
Source§impl Clone for SLAudioInputDescriptor_
impl Clone for SLAudioInputDescriptor_
Source§fn clone(&self) -> SLAudioInputDescriptor_
fn clone(&self) -> SLAudioInputDescriptor_
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 moreSource§impl Debug for SLAudioInputDescriptor_
impl Debug for SLAudioInputDescriptor_
impl Copy for SLAudioInputDescriptor_
Auto Trait Implementations§
impl Freeze for SLAudioInputDescriptor_
impl RefUnwindSafe for SLAudioInputDescriptor_
impl !Send for SLAudioInputDescriptor_
impl !Sync for SLAudioInputDescriptor_
impl Unpin for SLAudioInputDescriptor_
impl UnwindSafe for SLAudioInputDescriptor_
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