pub struct IInternetProtocol(/* private fields */);Implementations§
Source§impl IInternetProtocol
impl IInternetProtocol
pub unsafe fn Start<'a, T0__: IntoParam<'a, PWSTR>, T1__: IntoParam<'a, IInternetProtocolSink>, T2__: IntoParam<'a, IInternetBindInfo>>( &self, szurl: T0__, poiprotsink: T1__, poibindinfo: T2__, grfpi: u32, dwreserved: u64, ) -> ErrorCode
pub unsafe fn Continue(&self, pprotocoldata: *mut PROTOCOLDATA) -> ErrorCode
pub unsafe fn Abort(&self, hrreason: ErrorCode, dwoptions: u32) -> ErrorCode
pub unsafe fn Terminate(&self, dwoptions: u32) -> ErrorCode
pub unsafe fn Suspend(&self) -> ErrorCode
pub unsafe fn Resume(&self) -> ErrorCode
pub unsafe fn Read( &self, pv: *mut c_void, cb: u32, pcbread: *mut u32, ) -> ErrorCode
pub unsafe fn Seek( &self, dlibmove: i64, dworigin: u32, plibnewposition: *mut u64, ) -> ErrorCode
pub unsafe fn LockRequest(&self, dwoptions: u32) -> ErrorCode
pub unsafe fn UnlockRequest(&self) -> ErrorCode
Trait Implementations§
Source§impl Clone for IInternetProtocol
impl Clone for IInternetProtocol
Source§fn clone(&self) -> IInternetProtocol
fn clone(&self) -> IInternetProtocol
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 IInternetProtocol
impl Debug for IInternetProtocol
Source§impl From<&IInternetProtocol> for IInternetProtocolRoot
impl From<&IInternetProtocol> for IInternetProtocolRoot
Source§fn from(value: &IInternetProtocol) -> Self
fn from(value: &IInternetProtocol) -> Self
Converts to this type from the input type.
Source§impl From<&IInternetProtocol> for IUnknown
impl From<&IInternetProtocol> for IUnknown
Source§fn from(value: &IInternetProtocol) -> Self
fn from(value: &IInternetProtocol) -> Self
Converts to this type from the input type.
Source§impl From<&IInternetProtocolEx> for IInternetProtocol
impl From<&IInternetProtocolEx> for IInternetProtocol
Source§fn from(value: &IInternetProtocolEx) -> Self
fn from(value: &IInternetProtocolEx) -> Self
Converts to this type from the input type.
Source§impl From<IInternetProtocol> for IInternetProtocolRoot
impl From<IInternetProtocol> for IInternetProtocolRoot
Source§fn from(value: IInternetProtocol) -> Self
fn from(value: IInternetProtocol) -> Self
Converts to this type from the input type.
Source§impl From<IInternetProtocol> for IUnknown
impl From<IInternetProtocol> for IUnknown
Source§fn from(value: IInternetProtocol) -> Self
fn from(value: IInternetProtocol) -> Self
Converts to this type from the input type.
Source§impl From<IInternetProtocolEx> for IInternetProtocol
impl From<IInternetProtocolEx> for IInternetProtocol
Source§fn from(value: IInternetProtocolEx) -> Self
fn from(value: IInternetProtocolEx) -> Self
Converts to this type from the input type.
Source§impl Interface for IInternetProtocol
impl Interface for IInternetProtocol
const IID: Guid
type Vtable = IInternetProtocol_abi
Source§impl<'a> IntoParam<'a, IInternetProtocol> for &'a IInternetProtocolEx
impl<'a> IntoParam<'a, IInternetProtocol> for &'a IInternetProtocolEx
fn into_param(self) -> Param<'a, IInternetProtocol>
Source§impl<'a> IntoParam<'a, IInternetProtocol> for IInternetProtocolEx
impl<'a> IntoParam<'a, IInternetProtocol> for IInternetProtocolEx
fn into_param(self) -> Param<'a, IInternetProtocol>
Source§impl<'a> IntoParam<'a, IInternetProtocolRoot> for &'a IInternetProtocol
impl<'a> IntoParam<'a, IInternetProtocolRoot> for &'a IInternetProtocol
fn into_param(self) -> Param<'a, IInternetProtocolRoot>
Source§impl<'a> IntoParam<'a, IInternetProtocolRoot> for IInternetProtocol
impl<'a> IntoParam<'a, IInternetProtocolRoot> for IInternetProtocol
fn into_param(self) -> Param<'a, IInternetProtocolRoot>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IInternetProtocol
impl<'a> IntoParam<'a, IUnknown> for &'a IInternetProtocol
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IInternetProtocol
impl<'a> IntoParam<'a, IUnknown> for IInternetProtocol
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IInternetProtocol
impl PartialEq for IInternetProtocol
impl Eq for IInternetProtocol
impl StructuralPartialEq for IInternetProtocol
Auto Trait Implementations§
impl Freeze for IInternetProtocol
impl RefUnwindSafe for IInternetProtocol
impl !Send for IInternetProtocol
impl !Sync for IInternetProtocol
impl Unpin for IInternetProtocol
impl UnwindSafe for IInternetProtocol
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