#[repr(C)]pub struct IInternetSession {
pub lpVtbl: *mut IInternetSessionVtbl,
}
Fields§
§lpVtbl: *mut IInternetSessionVtbl
Trait Implementations§
Source§impl Clone for IInternetSession
impl Clone for IInternetSession
Source§fn clone(&self) -> IInternetSession
fn clone(&self) -> IInternetSession
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 IInternetSession
impl Debug for IInternetSession
Source§impl Ord for IInternetSession
impl Ord for IInternetSession
Source§fn cmp(&self, other: &IInternetSession) -> Ordering
fn cmp(&self, other: &IInternetSession) -> 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 IInternetSession
impl PartialEq for IInternetSession
Source§impl PartialOrd for IInternetSession
impl PartialOrd for IInternetSession
impl Copy for IInternetSession
impl Eq for IInternetSession
impl StructuralPartialEq for IInternetSession
Auto Trait Implementations§
impl Freeze for IInternetSession
impl RefUnwindSafe for IInternetSession
impl !Send for IInternetSession
impl !Sync for IInternetSession
impl Unpin 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