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