Struct IMSVidEVREvent_Vtbl
#[repr(C)]pub struct IMSVidEVREvent_Vtbl {
pub base__: IMSVidOutputDeviceEvent_Vtbl,
pub OnUserEvent: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
}
Fields§
§base__: IMSVidOutputDeviceEvent_Vtbl
§OnUserEvent: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
Implementations§
§impl IMSVidEVREvent_Vtbl
impl IMSVidEVREvent_Vtbl
pub const fn new<Identity: IMSVidEVREvent_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMSVidEVREvent_Vtbl
impl RefUnwindSafe for IMSVidEVREvent_Vtbl
impl Send for IMSVidEVREvent_Vtbl
impl Sync for IMSVidEVREvent_Vtbl
impl Unpin for IMSVidEVREvent_Vtbl
impl UnwindSafe for IMSVidEVREvent_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