#[repr(C)]pub struct IInternetThreadSwitch {
pub lpVtbl: *mut IInternetThreadSwitchVtbl,
}Fields§
§lpVtbl: *mut IInternetThreadSwitchVtblTrait Implementations§
Source§impl Clone for IInternetThreadSwitch
impl Clone for IInternetThreadSwitch
Source§fn clone(&self) -> IInternetThreadSwitch
fn clone(&self) -> IInternetThreadSwitch
Returns a duplicate 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
impl Copy 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