#[repr(C)]pub struct IFrameCapturedEventArgsVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IFrameCapturedEventArgs, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IFrameCapturedEventArgs) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IFrameCapturedEventArgs) -> ULONG>,
pub get_FrameType: Option<unsafe extern "C" fn(This: *mut IFrameCapturedEventArgs, frameType: *mut FrameSourceTypes) -> HRESULT>,
pub get_FrameStatus: Option<unsafe extern "C" fn(This: *mut IFrameCapturedEventArgs, frameStatus: *mut FrameCapturedStatus) -> HRESULT>,
pub get_RelativeTime: Option<unsafe extern "C" fn(This: *mut IFrameCapturedEventArgs, relativeTime: *mut TIMESPAN) -> HRESULT>,
}Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IFrameCapturedEventArgs, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>§AddRef: Option<unsafe extern "C" fn(This: *mut IFrameCapturedEventArgs) -> ULONG>§Release: Option<unsafe extern "C" fn(This: *mut IFrameCapturedEventArgs) -> ULONG>§get_FrameType: Option<unsafe extern "C" fn(This: *mut IFrameCapturedEventArgs, frameType: *mut FrameSourceTypes) -> HRESULT>§get_FrameStatus: Option<unsafe extern "C" fn(This: *mut IFrameCapturedEventArgs, frameStatus: *mut FrameCapturedStatus) -> HRESULT>§get_RelativeTime: Option<unsafe extern "C" fn(This: *mut IFrameCapturedEventArgs, relativeTime: *mut TIMESPAN) -> HRESULT>Trait Implementations§
Source§impl Debug for IFrameCapturedEventArgsVtbl
impl Debug for IFrameCapturedEventArgsVtbl
Source§impl Default for IFrameCapturedEventArgsVtbl
impl Default for IFrameCapturedEventArgsVtbl
Source§fn default() -> IFrameCapturedEventArgsVtbl
fn default() -> IFrameCapturedEventArgsVtbl
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IFrameCapturedEventArgsVtbl
impl RefUnwindSafe for IFrameCapturedEventArgsVtbl
impl Send for IFrameCapturedEventArgsVtbl
impl Sync for IFrameCapturedEventArgsVtbl
impl Unpin for IFrameCapturedEventArgsVtbl
impl UnwindSafe for IFrameCapturedEventArgsVtbl
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