pub struct IInternetProtocolSink(/* private fields */);Implementations§
Source§impl IInternetProtocolSink
impl IInternetProtocolSink
pub unsafe fn Switch(&self, pprotocoldata: *mut PROTOCOLDATA) -> ErrorCode
pub unsafe fn ReportProgress<'a, T1__: IntoParam<'a, PWSTR>>( &self, ulstatuscode: u32, szstatustext: T1__, ) -> ErrorCode
pub unsafe fn ReportData( &self, grfbscf: u32, ulprogress: u32, ulprogressmax: u32, ) -> ErrorCode
pub unsafe fn ReportResult<'a, T2__: IntoParam<'a, PWSTR>>( &self, hrresult: ErrorCode, dwerror: u32, szresult: T2__, ) -> ErrorCode
Trait Implementations§
Source§impl Clone for IInternetProtocolSink
impl Clone for IInternetProtocolSink
Source§fn clone(&self) -> IInternetProtocolSink
fn clone(&self) -> IInternetProtocolSink
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IInternetProtocolSink
impl Debug for IInternetProtocolSink
Source§impl From<&IInternetProtocolSink> for IUnknown
impl From<&IInternetProtocolSink> for IUnknown
Source§fn from(value: &IInternetProtocolSink) -> Self
fn from(value: &IInternetProtocolSink) -> Self
Converts to this type from the input type.
Source§impl From<IInternetProtocolSink> for IUnknown
impl From<IInternetProtocolSink> for IUnknown
Source§fn from(value: IInternetProtocolSink) -> Self
fn from(value: IInternetProtocolSink) -> Self
Converts to this type from the input type.
Source§impl Interface for IInternetProtocolSink
impl Interface for IInternetProtocolSink
const IID: Guid
type Vtable = IInternetProtocolSink_abi
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IInternetProtocolSink
impl<'a> IntoParam<'a, IUnknown> for &'a IInternetProtocolSink
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IInternetProtocolSink
impl<'a> IntoParam<'a, IUnknown> for IInternetProtocolSink
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IInternetProtocolSink
impl PartialEq for IInternetProtocolSink
impl Eq for IInternetProtocolSink
impl StructuralPartialEq for IInternetProtocolSink
Auto Trait Implementations§
impl Freeze for IInternetProtocolSink
impl RefUnwindSafe for IInternetProtocolSink
impl !Send for IInternetProtocolSink
impl !Sync for IInternetProtocolSink
impl Unpin for IInternetProtocolSink
impl UnwindSafe for IInternetProtocolSink
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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