Struct windows::Win32::Media::DirectShow::IOverlay_Vtbl
#[repr(C)]pub struct IOverlay_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetPalette: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut PALETTEENTRY) -> HRESULT,
pub SetPalette: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const PALETTEENTRY) -> HRESULT,
pub GetDefaultColorKey: unsafe extern "system" fn(_: *mut c_void, _: *mut COLORKEY) -> HRESULT,
pub GetColorKey: unsafe extern "system" fn(_: *mut c_void, _: *mut COLORKEY) -> HRESULT,
pub SetColorKey: unsafe extern "system" fn(_: *mut c_void, _: *mut COLORKEY) -> HRESULT,
pub GetWindowHandle: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT,
pub GetClipList: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT, _: *mut RECT, _: *mut *mut RGNDATA) -> HRESULT,
pub GetVideoPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT, _: *mut RECT) -> HRESULT,
pub Advise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
pub Unadvise: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetPalette: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut PALETTEENTRY) -> HRESULT
§SetPalette: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const PALETTEENTRY) -> HRESULT
§GetDefaultColorKey: unsafe extern "system" fn(_: *mut c_void, _: *mut COLORKEY) -> HRESULT
§GetColorKey: unsafe extern "system" fn(_: *mut c_void, _: *mut COLORKEY) -> HRESULT
§SetColorKey: unsafe extern "system" fn(_: *mut c_void, _: *mut COLORKEY) -> HRESULT
§GetWindowHandle: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT
§GetClipList: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT, _: *mut RECT, _: *mut *mut RGNDATA) -> HRESULT
§GetVideoPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT, _: *mut RECT) -> HRESULT
§Advise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT
§Unadvise: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IOverlay_Vtbl
impl IOverlay_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IOverlay_Vtblwhere
Identity: IOverlay_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IOverlay_Vtbl
impl RefUnwindSafe for IOverlay_Vtbl
impl Send for IOverlay_Vtbl
impl Sync for IOverlay_Vtbl
impl Unpin for IOverlay_Vtbl
impl UnwindSafe for IOverlay_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