#[repr(C)]pub struct IGetBindHandle {
pub lpVtbl: *mut IGetBindHandleVtbl,
}
Fields§
§lpVtbl: *mut IGetBindHandleVtbl
Trait Implementations§
Source§impl Clone for IGetBindHandle
impl Clone for IGetBindHandle
Source§fn clone(&self) -> IGetBindHandle
fn clone(&self) -> IGetBindHandle
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 IGetBindHandle
impl Debug for IGetBindHandle
Source§impl Ord for IGetBindHandle
impl Ord for IGetBindHandle
Source§fn cmp(&self, other: &IGetBindHandle) -> Ordering
fn cmp(&self, other: &IGetBindHandle) -> 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 IGetBindHandle
impl PartialEq for IGetBindHandle
Source§impl PartialOrd for IGetBindHandle
impl PartialOrd for IGetBindHandle
impl Copy for IGetBindHandle
impl Eq for IGetBindHandle
impl StructuralPartialEq 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