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