#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IWinInetFileStream
Auto Trait Implementations§
impl !Send for IWinInetFileStream
impl !Sync for IWinInetFileStream
impl Freeze for IWinInetFileStream
impl RefUnwindSafe for IWinInetFileStream
impl Unpin for IWinInetFileStream
impl UnsafeUnpin 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