Struct IMixerPinConfig_Vtbl
#[repr(C)]pub struct IMixerPinConfig_Vtbl {Show 13 fields
pub base__: IUnknown_Vtbl,
pub SetRelativePosition: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: u32) -> HRESULT,
pub GetRelativePosition: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32, _: *mut u32, _: *mut u32) -> HRESULT,
pub SetZOrder: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetZOrder: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetColorKey: unsafe extern "system" fn(_: *mut c_void, _: *mut COLORKEY) -> HRESULT,
pub GetColorKey: unsafe extern "system" fn(_: *mut c_void, _: *mut COLORKEY, _: *mut u32) -> HRESULT,
pub SetBlendingParameter: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetBlendingParameter: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetAspectRatioMode: unsafe extern "system" fn(_: *mut c_void, _: AM_ASPECT_RATIO_MODE) -> HRESULT,
pub GetAspectRatioMode: unsafe extern "system" fn(_: *mut c_void, _: *mut AM_ASPECT_RATIO_MODE) -> HRESULT,
pub SetStreamTransparent: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetStreamTransparent: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetRelativePosition: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: u32) -> HRESULT
§GetRelativePosition: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32, _: *mut u32, _: *mut u32) -> HRESULT
§SetZOrder: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetZOrder: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetColorKey: unsafe extern "system" fn(_: *mut c_void, _: *mut COLORKEY) -> HRESULT
§GetColorKey: unsafe extern "system" fn(_: *mut c_void, _: *mut COLORKEY, _: *mut u32) -> HRESULT
§SetBlendingParameter: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetBlendingParameter: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetAspectRatioMode: unsafe extern "system" fn(_: *mut c_void, _: AM_ASPECT_RATIO_MODE) -> HRESULT
§GetAspectRatioMode: unsafe extern "system" fn(_: *mut c_void, _: *mut AM_ASPECT_RATIO_MODE) -> HRESULT
§SetStreamTransparent: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§GetStreamTransparent: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
Implementations§
§impl IMixerPinConfig_Vtbl
impl IMixerPinConfig_Vtbl
pub const fn new<Identity: IMixerPinConfig_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMixerPinConfig_Vtbl
impl RefUnwindSafe for IMixerPinConfig_Vtbl
impl Send for IMixerPinConfig_Vtbl
impl Sync for IMixerPinConfig_Vtbl
impl Unpin for IMixerPinConfig_Vtbl
impl UnwindSafe for IMixerPinConfig_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more