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