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