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