#[repr(C)]pub struct INDDownloadEngineNotifier_Vtbl {
pub base__: IInspectable_Vtbl,
pub OnStreamOpened: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub OnPlayReadyObjectReceived: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8) -> HRESULT,
pub OnContentIDReceived: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnDataReceived: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8, _: u32) -> HRESULT,
pub OnEndOfStream: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub OnNetworkError: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§OnStreamOpened: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§OnPlayReadyObjectReceived: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8) -> HRESULT
§OnContentIDReceived: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnDataReceived: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8, _: u32) -> HRESULT
§OnEndOfStream: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§OnNetworkError: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl INDDownloadEngineNotifier_Vtbl
impl INDDownloadEngineNotifier_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> INDDownloadEngineNotifier_Vtblwhere
Identity: INDDownloadEngineNotifier_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for INDDownloadEngineNotifier_Vtbl
impl RefUnwindSafe for INDDownloadEngineNotifier_Vtbl
impl Send for INDDownloadEngineNotifier_Vtbl
impl Sync for INDDownloadEngineNotifier_Vtbl
impl Unpin for INDDownloadEngineNotifier_Vtbl
impl UnwindSafe for INDDownloadEngineNotifier_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