#[repr(C)]pub struct IBindProtocol {
pub lpVtbl: *mut IBindProtocolVtbl,
}
Fields§
§lpVtbl: *mut IBindProtocolVtbl
Trait Implementations§
Source§impl Clone for IBindProtocol
impl Clone for IBindProtocol
Source§fn clone(&self) -> IBindProtocol
fn clone(&self) -> IBindProtocol
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 IBindProtocol
impl Debug for IBindProtocol
Source§impl Ord for IBindProtocol
impl Ord for IBindProtocol
Source§fn cmp(&self, other: &IBindProtocol) -> Ordering
fn cmp(&self, other: &IBindProtocol) -> 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 IBindProtocol
impl PartialEq for IBindProtocol
Source§impl PartialOrd for IBindProtocol
impl PartialOrd for IBindProtocol
impl Copy for IBindProtocol
impl Eq for IBindProtocol
impl StructuralPartialEq for IBindProtocol
Auto Trait Implementations§
impl Freeze for IBindProtocol
impl RefUnwindSafe for IBindProtocol
impl !Send for IBindProtocol
impl !Sync for IBindProtocol
impl Unpin for IBindProtocol
impl UnwindSafe for IBindProtocol
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