Struct windows_sys::Win32::Media::Audio::AUDIOCLIENT_ACTIVATION_PARAMS
[−]#[repr(C)]pub struct AUDIOCLIENT_ACTIVATION_PARAMS {
pub ActivationType: AUDIOCLIENT_ACTIVATION_TYPE,
pub Anonymous: AUDIOCLIENT_ACTIVATION_PARAMS_0,
}
Expand description
Required features: "Win32_Media_Audio"
Fields
ActivationType: AUDIOCLIENT_ACTIVATION_TYPE
Anonymous: AUDIOCLIENT_ACTIVATION_PARAMS_0
Trait Implementations
impl Clone for AUDIOCLIENT_ACTIVATION_PARAMS
impl Clone for AUDIOCLIENT_ACTIVATION_PARAMS
impl Copy for AUDIOCLIENT_ACTIVATION_PARAMS
Auto Trait Implementations
impl RefUnwindSafe for AUDIOCLIENT_ACTIVATION_PARAMS
impl Send for AUDIOCLIENT_ACTIVATION_PARAMS
impl Sync for AUDIOCLIENT_ACTIVATION_PARAMS
impl Unpin for AUDIOCLIENT_ACTIVATION_PARAMS
impl UnwindSafe for AUDIOCLIENT_ACTIVATION_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