#[repr(C)]pub struct IGetBindHandle {
pub lpVtbl: *mut IGetBindHandleVtbl,
}Fields§
§lpVtbl: *mut IGetBindHandleVtblTrait Implementations§
Source§impl Clone for IGetBindHandle
impl Clone for IGetBindHandle
Source§fn clone(&self) -> IGetBindHandle
fn clone(&self) -> IGetBindHandle
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 IGetBindHandle
impl Debug for IGetBindHandle
impl Copy for IGetBindHandle
Auto Trait Implementations§
impl Freeze for IGetBindHandle
impl RefUnwindSafe for IGetBindHandle
impl !Send for IGetBindHandle
impl !Sync for IGetBindHandle
impl Unpin for IGetBindHandle
impl UnwindSafe for IGetBindHandle
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