pub struct IWinInetFileStream(/* private fields */);Implementations§
Source§impl IWinInetFileStream
impl IWinInetFileStream
pub unsafe fn SetHandleForUnlock( &self, hwininetlockhandle: usize, dwreserved: usize, ) -> ErrorCode
pub unsafe fn SetDeleteFile(&self, dwreserved: usize) -> ErrorCode
Trait Implementations§
Source§impl Clone for IWinInetFileStream
impl Clone for IWinInetFileStream
Source§fn clone(&self) -> IWinInetFileStream
fn clone(&self) -> IWinInetFileStream
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 IWinInetFileStream
impl Debug for IWinInetFileStream
Source§impl From<&IWinInetFileStream> for IUnknown
impl From<&IWinInetFileStream> for IUnknown
Source§fn from(value: &IWinInetFileStream) -> Self
fn from(value: &IWinInetFileStream) -> Self
Converts to this type from the input type.
Source§impl From<IWinInetFileStream> for IUnknown
impl From<IWinInetFileStream> for IUnknown
Source§fn from(value: IWinInetFileStream) -> Self
fn from(value: IWinInetFileStream) -> Self
Converts to this type from the input type.
Source§impl Interface for IWinInetFileStream
impl Interface for IWinInetFileStream
const IID: Guid
type Vtable = IWinInetFileStream_abi
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IWinInetFileStream
impl<'a> IntoParam<'a, IUnknown> for &'a IWinInetFileStream
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IWinInetFileStream
impl<'a> IntoParam<'a, IUnknown> for IWinInetFileStream
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IWinInetFileStream
impl PartialEq for IWinInetFileStream
impl Eq for IWinInetFileStream
impl StructuralPartialEq for IWinInetFileStream
Auto Trait Implementations§
impl Freeze for IWinInetFileStream
impl RefUnwindSafe for IWinInetFileStream
impl !Send for IWinInetFileStream
impl !Sync for IWinInetFileStream
impl Unpin for IWinInetFileStream
impl UnwindSafe for IWinInetFileStream
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