Struct IMixerOCX_Vtbl
#[repr(C)]pub struct IMixerOCX_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnDisplayChange: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32) -> HRESULT,
pub GetAspectRatio: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT,
pub GetVideoSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT,
pub GetStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut u32) -> HRESULT,
pub OnDraw: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: *const RECT) -> HRESULT,
pub SetDrawRegion: unsafe extern "system" fn(_: *mut c_void, _: *const POINT, _: *const RECT, _: *const RECT) -> HRESULT,
pub Advise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub UnAdvise: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnDisplayChange: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32) -> HRESULT
§GetAspectRatio: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT
§GetVideoSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT
§GetStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut u32) -> HRESULT
§OnDraw: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: *const RECT) -> HRESULT
§SetDrawRegion: unsafe extern "system" fn(_: *mut c_void, _: *const POINT, _: *const RECT, _: *const RECT) -> HRESULT
§Advise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§UnAdvise: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IMixerOCX_Vtbl
impl IMixerOCX_Vtbl
pub const fn new<Identity: IMixerOCX_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMixerOCX_Vtbl
impl RefUnwindSafe for IMixerOCX_Vtbl
impl Send for IMixerOCX_Vtbl
impl Sync for IMixerOCX_Vtbl
impl Unpin for IMixerOCX_Vtbl
impl UnwindSafe for IMixerOCX_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