Struct windows::Win32::Media::DirectShow::Tv::IMSVidGraphSegmentUserInput_Vtbl
#[repr(C)]pub struct IMSVidGraphSegmentUserInput_Vtbl {
pub base__: IUnknown_Vtbl,
pub Click: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub DblClick: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub KeyDown: unsafe extern "system" fn(_: *mut c_void, _: *const i16, _: i16) -> HRESULT,
pub KeyPress: unsafe extern "system" fn(_: *mut c_void, _: *const i16) -> HRESULT,
pub KeyUp: unsafe extern "system" fn(_: *mut c_void, _: *const i16, _: i16) -> HRESULT,
pub MouseDown: unsafe extern "system" fn(_: *mut c_void, _: i16, _: i16, _: i32, _: i32) -> HRESULT,
pub MouseMove: unsafe extern "system" fn(_: *mut c_void, _: i16, _: i16, _: i32, _: i32) -> HRESULT,
pub MouseUp: unsafe extern "system" fn(_: *mut c_void, _: i16, _: i16, _: i32, _: i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Click: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§DblClick: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§KeyDown: unsafe extern "system" fn(_: *mut c_void, _: *const i16, _: i16) -> HRESULT
§KeyPress: unsafe extern "system" fn(_: *mut c_void, _: *const i16) -> HRESULT
§KeyUp: unsafe extern "system" fn(_: *mut c_void, _: *const i16, _: i16) -> HRESULT
§MouseDown: unsafe extern "system" fn(_: *mut c_void, _: i16, _: i16, _: i32, _: i32) -> HRESULT
§MouseMove: unsafe extern "system" fn(_: *mut c_void, _: i16, _: i16, _: i32, _: i32) -> HRESULT
§MouseUp: unsafe extern "system" fn(_: *mut c_void, _: i16, _: i16, _: i32, _: i32) -> HRESULT
Implementations§
§impl IMSVidGraphSegmentUserInput_Vtbl
impl IMSVidGraphSegmentUserInput_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMSVidGraphSegmentUserInput_Vtblwhere
Identity: IMSVidGraphSegmentUserInput_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMSVidGraphSegmentUserInput_Vtbl
impl RefUnwindSafe for IMSVidGraphSegmentUserInput_Vtbl
impl Send for IMSVidGraphSegmentUserInput_Vtbl
impl Sync for IMSVidGraphSegmentUserInput_Vtbl
impl Unpin for IMSVidGraphSegmentUserInput_Vtbl
impl UnwindSafe for IMSVidGraphSegmentUserInput_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