#[repr(C)]pub struct IBindHost {
pub lpVtbl: *mut IBindHostVtbl,
}
Fields§
§lpVtbl: *mut IBindHostVtbl
Trait Implementations§
Source§impl Ord for IBindHost
impl Ord for IBindHost
Source§impl PartialOrd for IBindHost
impl PartialOrd for IBindHost
impl Copy for IBindHost
impl Eq for IBindHost
impl StructuralPartialEq for IBindHost
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