Struct IInternetProtocolSink_Vtbl
#[repr(C)]pub struct IInternetProtocolSink_Vtbl {
pub base__: IUnknown_Vtbl,
pub Switch: unsafe extern "system" fn(_: *mut c_void, _: *const PROTOCOLDATA) -> HRESULT,
pub ReportProgress: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT,
pub ReportData: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32) -> HRESULT,
pub ReportResult: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: u32, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Switch: unsafe extern "system" fn(_: *mut c_void, _: *const PROTOCOLDATA) -> HRESULT
§ReportProgress: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT
§ReportData: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32) -> HRESULT
§ReportResult: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: u32, _: PCWSTR) -> HRESULT
Implementations§
§impl IInternetProtocolSink_Vtbl
impl IInternetProtocolSink_Vtbl
pub const fn new<Identity: IInternetProtocolSink_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IInternetProtocolSink_Vtbl
impl RefUnwindSafe for IInternetProtocolSink_Vtbl
impl Send for IInternetProtocolSink_Vtbl
impl Sync for IInternetProtocolSink_Vtbl
impl Unpin for IInternetProtocolSink_Vtbl
impl UnwindSafe for IInternetProtocolSink_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