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