#[repr(C)]pub struct IBindCtx {
pub lpVtbl: *mut IBindCtxVtbl,
}Fields§
§lpVtbl: *mut IBindCtxVtblTrait Implementations§
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