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

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

Implementations

impl IDeviceSpecificProperty[src]

pub unsafe fn GetType(&self, pvtype: *mut u16) -> HRESULT[src]

pub unsafe fn GetValue(
    &self,
    pvvalue: *mut c_void,
    pcbvalue: *mut u32
) -> HRESULT
[src]

pub unsafe fn SetValue(
    &self,
    pvvalue: *mut c_void,
    cbvalue: u32,
    pguideventcontext: *mut Guid
) -> HRESULT
[src]

pub unsafe fn Get4BRange(
    &self,
    plmin: *mut i32,
    plmax: *mut i32,
    plstepping: *mut i32
) -> HRESULT
[src]

Trait Implementations

impl Clone for IDeviceSpecificProperty[src]

impl Debug for IDeviceSpecificProperty[src]

impl Eq for IDeviceSpecificProperty[src]

impl Interface for IDeviceSpecificProperty[src]

type Vtable = IDeviceSpecificProperty_abi

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

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

impl PartialEq<IDeviceSpecificProperty> for IDeviceSpecificProperty[src]

impl StructuralEq for IDeviceSpecificProperty[src]

impl StructuralPartialEq for IDeviceSpecificProperty[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.