#[repr(C)]pub struct IExternalConnection {
pub lpVtbl: *mut IExternalConnectionVtbl,
}
Fields§
§lpVtbl: *mut IExternalConnectionVtbl
Trait Implementations§
Source§impl Clone for IExternalConnection
impl Clone for IExternalConnection
Source§fn clone(&self) -> IExternalConnection
fn clone(&self) -> IExternalConnection
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 IExternalConnection
impl Debug for IExternalConnection
Source§impl Ord for IExternalConnection
impl Ord for IExternalConnection
Source§fn cmp(&self, other: &IExternalConnection) -> Ordering
fn cmp(&self, other: &IExternalConnection) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IExternalConnection
impl PartialEq for IExternalConnection
Source§impl PartialOrd for IExternalConnection
impl PartialOrd for IExternalConnection
impl Copy for IExternalConnection
impl Eq for IExternalConnection
impl StructuralPartialEq 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