#[repr(C, packed(1))]pub struct AudioProcessingOptions_MicrophoneArrayGeometry {
pub microphoneArrayType: AudioProcessingOptions_MicrophoneArrayType,
pub beamformingStartAngle: u16,
pub beamformingEndAngle: u16,
pub numberOfMicrophones: u16,
pub microphoneCoordinates: *mut AudioProcessingOptions_MicrophoneCoordinates,
}Expand description
Represents the geometry of a microphone array.
Fields§
§microphoneArrayType: AudioProcessingOptions_MicrophoneArrayTypebeamformingStartAngle: u16beamformingEndAngle: u16numberOfMicrophones: u16microphoneCoordinates: *mut AudioProcessingOptions_MicrophoneCoordinatesTrait Implementations§
Source§impl Clone for AudioProcessingOptions_MicrophoneArrayGeometry
impl Clone for AudioProcessingOptions_MicrophoneArrayGeometry
Source§fn clone(&self) -> AudioProcessingOptions_MicrophoneArrayGeometry
fn clone(&self) -> AudioProcessingOptions_MicrophoneArrayGeometry
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 AudioProcessingOptions_MicrophoneArrayGeometry
Auto Trait Implementations§
impl Freeze for AudioProcessingOptions_MicrophoneArrayGeometry
impl RefUnwindSafe for AudioProcessingOptions_MicrophoneArrayGeometry
impl !Send for AudioProcessingOptions_MicrophoneArrayGeometry
impl !Sync for AudioProcessingOptions_MicrophoneArrayGeometry
impl Unpin for AudioProcessingOptions_MicrophoneArrayGeometry
impl UnsafeUnpin for AudioProcessingOptions_MicrophoneArrayGeometry
impl UnwindSafe for AudioProcessingOptions_MicrophoneArrayGeometry
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