#[repr(C)]pub struct IWinInetFileStream {
pub lpVtbl: *mut IWinInetFileStreamVtbl,
}
Fields§
§lpVtbl: *mut IWinInetFileStreamVtbl
Trait Implementations§
Source§impl Clone for IWinInetFileStream
impl Clone for IWinInetFileStream
Source§fn clone(&self) -> IWinInetFileStream
fn clone(&self) -> IWinInetFileStream
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 IWinInetFileStream
impl Debug for IWinInetFileStream
Source§impl Ord for IWinInetFileStream
impl Ord for IWinInetFileStream
Source§fn cmp(&self, other: &IWinInetFileStream) -> Ordering
fn cmp(&self, other: &IWinInetFileStream) -> 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 IWinInetFileStream
impl PartialEq for IWinInetFileStream
Source§impl PartialOrd for IWinInetFileStream
impl PartialOrd for IWinInetFileStream
impl Copy 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> 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