Struct IObjectContextInfo2_Vtbl
#[repr(C)]pub struct IObjectContextInfo2_Vtbl {
pub base__: IObjectContextInfo_Vtbl,
pub GetPartitionId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GetApplicationId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GetApplicationInstanceId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
}
Fields§
§base__: IObjectContextInfo_Vtbl
§GetPartitionId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GetApplicationId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GetApplicationInstanceId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
Implementations§
§impl IObjectContextInfo2_Vtbl
impl IObjectContextInfo2_Vtbl
pub const fn new<Identity: IObjectContextInfo2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IObjectContextInfo2_Vtbl
impl RefUnwindSafe for IObjectContextInfo2_Vtbl
impl Send for IObjectContextInfo2_Vtbl
impl Sync for IObjectContextInfo2_Vtbl
impl Unpin for IObjectContextInfo2_Vtbl
impl UnwindSafe for IObjectContextInfo2_Vtbl
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