#[repr(C)]pub struct IBindCtx {
pub lpVtbl: *mut IBindCtxVtbl,
}
Fields§
§lpVtbl: *mut IBindCtxVtbl
Trait Implementations§
Source§impl Ord for IBindCtx
impl Ord for IBindCtx
Source§impl PartialOrd for IBindCtx
impl PartialOrd for IBindCtx
impl Copy for IBindCtx
impl Eq for IBindCtx
impl StructuralPartialEq for IBindCtx
Auto Trait Implementations§
impl Freeze for IBindCtx
impl RefUnwindSafe for IBindCtx
impl !Send for IBindCtx
impl !Sync for IBindCtx
impl Unpin for IBindCtx
impl UnwindSafe for IBindCtx
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