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