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