#[repr(C)]pub struct IWinInetFileStreamVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IWinInetFileStream, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IWinInetFileStream) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IWinInetFileStream) -> ULONG>,
pub SetHandleForUnlock: Option<unsafe extern "C" fn(This: *mut IWinInetFileStream, hWinInetLockHandle: DWORD_PTR, dwReserved: DWORD_PTR) -> HRESULT>,
pub SetDeleteFile: Option<unsafe extern "C" fn(This: *mut IWinInetFileStream, dwReserved: DWORD_PTR) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IWinInetFileStream, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IWinInetFileStream) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IWinInetFileStream) -> ULONG>
§SetHandleForUnlock: Option<unsafe extern "C" fn(This: *mut IWinInetFileStream, hWinInetLockHandle: DWORD_PTR, dwReserved: DWORD_PTR) -> HRESULT>
§SetDeleteFile: Option<unsafe extern "C" fn(This: *mut IWinInetFileStream, dwReserved: DWORD_PTR) -> HRESULT>
Trait Implementations§
Source§impl Clone for IWinInetFileStreamVtbl
impl Clone for IWinInetFileStreamVtbl
Source§fn clone(&self) -> IWinInetFileStreamVtbl
fn clone(&self) -> IWinInetFileStreamVtbl
Returns a copy 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 IWinInetFileStreamVtbl
impl Debug for IWinInetFileStreamVtbl
Source§impl Ord for IWinInetFileStreamVtbl
impl Ord for IWinInetFileStreamVtbl
Source§fn cmp(&self, other: &IWinInetFileStreamVtbl) -> Ordering
fn cmp(&self, other: &IWinInetFileStreamVtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IWinInetFileStreamVtbl
impl PartialEq for IWinInetFileStreamVtbl
Source§impl PartialOrd for IWinInetFileStreamVtbl
impl PartialOrd for IWinInetFileStreamVtbl
impl Copy for IWinInetFileStreamVtbl
impl Eq for IWinInetFileStreamVtbl
impl StructuralPartialEq for IWinInetFileStreamVtbl
Auto Trait Implementations§
impl Freeze for IWinInetFileStreamVtbl
impl RefUnwindSafe for IWinInetFileStreamVtbl
impl Send for IWinInetFileStreamVtbl
impl Sync for IWinInetFileStreamVtbl
impl Unpin for IWinInetFileStreamVtbl
impl UnwindSafe for IWinInetFileStreamVtbl
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