Struct windows::Win32::Media::DirectShow::IMixerPinConfig2_Vtbl
#[repr(C)]pub struct IMixerPinConfig2_Vtbl {
pub base__: IMixerPinConfig_Vtbl,
pub SetOverlaySurfaceColorControls: unsafe extern "system" fn(_: *mut c_void, _: *mut DDCOLORCONTROL) -> HRESULT,
pub GetOverlaySurfaceColorControls: unsafe extern "system" fn(_: *mut c_void, _: *mut DDCOLORCONTROL) -> HRESULT,
}
Fields§
§base__: IMixerPinConfig_Vtbl
§SetOverlaySurfaceColorControls: unsafe extern "system" fn(_: *mut c_void, _: *mut DDCOLORCONTROL) -> HRESULT
§GetOverlaySurfaceColorControls: unsafe extern "system" fn(_: *mut c_void, _: *mut DDCOLORCONTROL) -> HRESULT
Implementations§
§impl IMixerPinConfig2_Vtbl
impl IMixerPinConfig2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMixerPinConfig2_Vtblwhere
Identity: IMixerPinConfig2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMixerPinConfig2_Vtbl
impl RefUnwindSafe for IMixerPinConfig2_Vtbl
impl Send for IMixerPinConfig2_Vtbl
impl Sync for IMixerPinConfig2_Vtbl
impl Unpin for IMixerPinConfig2_Vtbl
impl UnwindSafe for IMixerPinConfig2_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