#[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 (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 IGetBindHandle
Auto Trait Implementations§
impl !Send for IGetBindHandle
impl !Sync for IGetBindHandle
impl Freeze for IGetBindHandle
impl RefUnwindSafe for IGetBindHandle
impl Unpin for IGetBindHandle
impl UnsafeUnpin 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