Struct INDDownloadEngine_Vtbl
#[repr(C)]pub struct INDDownloadEngine_Vtbl {
pub base__: IInspectable_Vtbl,
pub Open: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *const u8) -> HRESULT,
pub Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Seek: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub CanSeek: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub BufferFullMinThresholdInSamples: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub BufferFullMaxThresholdInSamples: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Notifier: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Open: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *const u8) -> HRESULT§Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Seek: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT§CanSeek: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§BufferFullMinThresholdInSamples: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§BufferFullMaxThresholdInSamples: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§Notifier: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTImplementations§
§impl INDDownloadEngine_Vtbl
impl INDDownloadEngine_Vtbl
pub const fn new<Identity: INDDownloadEngine_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for INDDownloadEngine_Vtbl
impl RefUnwindSafe for INDDownloadEngine_Vtbl
impl Send for INDDownloadEngine_Vtbl
impl Sync for INDDownloadEngine_Vtbl
impl Unpin for INDDownloadEngine_Vtbl
impl UnwindSafe for INDDownloadEngine_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