#[repr(C)]pub struct IExternalConnection {
pub lpVtbl: *mut IExternalConnectionVtbl,
}Fields§
§lpVtbl: *mut IExternalConnectionVtblTrait Implementations§
Source§impl Clone for IExternalConnection
impl Clone for IExternalConnection
Source§fn clone(&self) -> IExternalConnection
fn clone(&self) -> IExternalConnection
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 IExternalConnection
impl Debug for IExternalConnection
impl Copy 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