windows::Win32::Devices::Tapi

Trait ITBasicAudioTerminal_Impl

pub trait ITBasicAudioTerminal_Impl: IDispatch_Impl {
    // Required methods
    fn SetVolume(&self, lvolume: i32) -> Result<()>;
    fn Volume(&self) -> Result<i32>;
    fn SetBalance(&self, lbalance: i32) -> Result<()>;
    fn Balance(&self) -> Result<i32>;
}

Required Methods§

fn SetVolume(&self, lvolume: i32) -> Result<()>

fn Volume(&self) -> Result<i32>

fn SetBalance(&self, lbalance: i32) -> Result<()>

fn Balance(&self) -> Result<i32>

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§