#[repr(C)]pub struct IExternalConnection {
pub lpVtbl: *const IExternalConnectionVtbl,
}
Fields§
§lpVtbl: *const IExternalConnectionVtbl
Implementations§
Trait Implementations§
Source§impl Deref for IExternalConnection
impl Deref for IExternalConnection
Auto Trait Implementations§
impl Freeze for IExternalConnection
impl RefUnwindSafe for IExternalConnection
impl !Send for IExternalConnection
impl !Sync for IExternalConnection
impl Unpin for IExternalConnection
impl UnwindSafe for IExternalConnection
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