#[repr(C)]pub struct IWinInetFileStream {
pub lpVtbl: *mut IWinInetFileStreamVtbl,
}Fields§
§lpVtbl: *mut IWinInetFileStreamVtblTrait 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
impl Copy 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> 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