Struct audio_device_windows_sys::Windows::Win32::CoreAudio::ISimpleAudioVolume[][src]

#[repr(transparent)]pub struct ISimpleAudioVolume(_);

Implementations

impl ISimpleAudioVolume[src]

pub unsafe fn SetMasterVolume(
    &self,
    flevel: f32,
    eventcontext: *mut Guid
) -> HRESULT
[src]

pub unsafe fn GetMasterVolume(&self, pflevel: *mut f32) -> HRESULT[src]

pub unsafe fn SetMute<'a>(
    &self,
    bmute: impl IntoParam<'a, BOOL>,
    eventcontext: *mut Guid
) -> HRESULT
[src]

pub unsafe fn GetMute(&self, pbmute: *mut BOOL) -> HRESULT[src]

Trait Implementations

impl Clone for ISimpleAudioVolume[src]

impl Debug for ISimpleAudioVolume[src]

impl Eq for ISimpleAudioVolume[src]

impl Interface for ISimpleAudioVolume[src]

type Vtable = ISimpleAudioVolume_abi

impl<'a> IntoParam<'a, IUnknown> for ISimpleAudioVolume[src]

impl<'a> IntoParam<'a, IUnknown> for &'a ISimpleAudioVolume[src]

impl PartialEq<ISimpleAudioVolume> for ISimpleAudioVolume[src]

impl StructuralEq for ISimpleAudioVolume[src]

impl StructuralPartialEq for ISimpleAudioVolume[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Abi for T where
    T: Interface
[src]

type Abi = *mut c_void

The abi representation of the implementing type. Read more

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<'a, T> IntoParam<'a, T> for T where
    T: Abi
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.