#[repr(C)]pub struct IBindHost {
pub lpVtbl: *mut IBindHostVtbl,
}Fields§
§lpVtbl: *mut IBindHostVtblTrait Implementations§
Auto Trait Implementations§
impl Freeze for IBindHost
impl RefUnwindSafe for IBindHost
impl !Send for IBindHost
impl !Sync for IBindHost
impl Unpin for IBindHost
impl UnwindSafe for IBindHost
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