Struct IAdaptiveMediaSourceDownloadResult_Vtbl
#[repr(C)]pub struct IAdaptiveMediaSourceDownloadResult_Vtbl {
pub base__: IInspectable_Vtbl,
pub ResourceUri: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetResourceUri: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub InputStream: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetInputStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Buffer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetBuffer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ContentType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetContentType: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ExtendedStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetExtendedStatus: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ResourceUri: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetResourceUri: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§InputStream: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetInputStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Buffer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetBuffer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ContentType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetContentType: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ExtendedStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetExtendedStatus: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAdaptiveMediaSourceDownloadResult_Vtbl
impl RefUnwindSafe for IAdaptiveMediaSourceDownloadResult_Vtbl
impl Send for IAdaptiveMediaSourceDownloadResult_Vtbl
impl Sync for IAdaptiveMediaSourceDownloadResult_Vtbl
impl Unpin for IAdaptiveMediaSourceDownloadResult_Vtbl
impl UnwindSafe for IAdaptiveMediaSourceDownloadResult_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