#[repr(C)]pub struct IObjectIdentity {
pub lpVtbl: *const IObjectIdentityVtbl,
}
Fields§
§lpVtbl: *const IObjectIdentityVtbl
Implementations§
Source§impl IObjectIdentity
impl IObjectIdentity
pub unsafe fn IsEqualObject(&self, punk: *mut IUnknown) -> HRESULT
Trait Implementations§
Source§impl Deref for IObjectIdentity
impl Deref for IObjectIdentity
Auto Trait Implementations§
impl Freeze for IObjectIdentity
impl RefUnwindSafe for IObjectIdentity
impl !Send for IObjectIdentity
impl !Sync for IObjectIdentity
impl Unpin for IObjectIdentity
impl UnwindSafe for IObjectIdentity
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