#[repr(C)]
pub struct IVMRMixerControl9_Vtbl {
Show 14 fields pub base__: IUnknown_Vtbl, pub SetAlpha: unsafe extern "system" fn(_: *mut c_void, _: u32, _: f32) -> HRESULT, pub GetAlpha: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut f32) -> HRESULT, pub SetZOrder: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT, pub GetZOrder: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT, pub SetOutputRect: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const VMR9NormalizedRect) -> HRESULT, pub GetOutputRect: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut VMR9NormalizedRect) -> HRESULT, pub SetBackgroundClr: unsafe extern "system" fn(_: *mut c_void, _: COLORREF) -> HRESULT, pub GetBackgroundClr: unsafe extern "system" fn(_: *mut c_void, _: *const COLORREF) -> HRESULT, pub SetMixingPrefs: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub GetMixingPrefs: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub SetProcAmpControl: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const VMR9ProcAmpControl) -> HRESULT, pub GetProcAmpControl: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut VMR9ProcAmpControl) -> HRESULT, pub GetProcAmpControlRange: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut VMR9ProcAmpControlRange) -> HRESULT,
}

Fields§

§base__: IUnknown_Vtbl§SetAlpha: unsafe extern "system" fn(_: *mut c_void, _: u32, _: f32) -> HRESULT§GetAlpha: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut f32) -> HRESULT§SetZOrder: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT§GetZOrder: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT§SetOutputRect: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const VMR9NormalizedRect) -> HRESULT§GetOutputRect: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut VMR9NormalizedRect) -> HRESULT§SetBackgroundClr: unsafe extern "system" fn(_: *mut c_void, _: COLORREF) -> HRESULT§GetBackgroundClr: unsafe extern "system" fn(_: *mut c_void, _: *const COLORREF) -> HRESULT§SetMixingPrefs: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§GetMixingPrefs: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetProcAmpControl: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const VMR9ProcAmpControl) -> HRESULT§GetProcAmpControl: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut VMR9ProcAmpControl) -> HRESULT§GetProcAmpControlRange: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut VMR9ProcAmpControlRange) -> HRESULT

Implementations§

§

impl IVMRMixerControl9_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IVMRMixerControl9_Impl, const OFFSET: isize>( ) -> IVMRMixerControl9_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.