windows::Win32::Media::Audio

Trait IAudioMute_Impl

pub trait IAudioMute_Impl: IUnknownImpl {
    // Required methods
    fn SetMute(
        &self,
        bmuted: BOOL,
        pguideventcontext: *const GUID,
    ) -> Result<()>;
    fn GetMute(&self) -> Result<BOOL>;
}

Required Methods§

fn SetMute(&self, bmuted: BOOL, pguideventcontext: *const GUID) -> Result<()>

fn GetMute(&self) -> Result<BOOL>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§