#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IExternalConnection
Auto Trait Implementations§
impl !Send for IExternalConnection
impl !Sync for IExternalConnection
impl Freeze for IExternalConnection
impl RefUnwindSafe for IExternalConnection
impl Unpin for IExternalConnection
impl UnsafeUnpin 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