#[repr(C)]pub struct IWinInetInfo {
pub lpVtbl: *mut IWinInetInfoVtbl,
}Fields§
§lpVtbl: *mut IWinInetInfoVtblTrait Implementations§
Source§impl Clone for IWinInetInfo
impl Clone for IWinInetInfo
Source§fn clone(&self) -> IWinInetInfo
fn clone(&self) -> IWinInetInfo
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 IWinInetInfo
Auto Trait Implementations§
impl !Send for IWinInetInfo
impl !Sync for IWinInetInfo
impl Freeze for IWinInetInfo
impl RefUnwindSafe for IWinInetInfo
impl Unpin for IWinInetInfo
impl UnsafeUnpin for IWinInetInfo
impl UnwindSafe for IWinInetInfo
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