Struct windows_sys::Win32::Media::Audio::AMBISONICS_PARAMS
[−]#[repr(C)]pub struct AMBISONICS_PARAMS {
pub u32Size: u32,
pub u32Version: u32,
pub u32Type: AMBISONICS_TYPE,
pub u32ChannelOrdering: AMBISONICS_CHANNEL_ORDERING,
pub u32Normalization: AMBISONICS_NORMALIZATION,
pub u32Order: u32,
pub u32NumChannels: u32,
pub pu32ChannelMap: *mut u32,
}
Expand description
Required features: "Win32_Media_Audio"
Fields
u32Size: u32
u32Version: u32
u32Type: AMBISONICS_TYPE
u32ChannelOrdering: AMBISONICS_CHANNEL_ORDERING
u32Normalization: AMBISONICS_NORMALIZATION
u32Order: u32
u32NumChannels: u32
pu32ChannelMap: *mut u32
Trait Implementations
impl Clone for AMBISONICS_PARAMS
impl Clone for AMBISONICS_PARAMS
impl Copy for AMBISONICS_PARAMS
Auto Trait Implementations
impl RefUnwindSafe for AMBISONICS_PARAMS
impl !Send for AMBISONICS_PARAMS
impl !Sync for AMBISONICS_PARAMS
impl Unpin for AMBISONICS_PARAMS
impl UnwindSafe for AMBISONICS_PARAMS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more