#[repr(C)]pub struct IObjContext {
pub lpVtbl: *const IObjContextVtbl,
}
Fields§
§lpVtbl: *const IObjContextVtbl
Implementations§
Methods from Deref<Target = IContext>§
pub unsafe fn SetProperty( &self, rpolicyId: REFGUID, flags: CPFLAGS, pUnk: *mut IUnknown, ) -> HRESULT
pub unsafe fn RemoveProperty(&self, rPolicyId: REFGUID) -> HRESULT
pub unsafe fn GetProperty( &self, policyId: REFGUID, pFlags: *mut CPFLAGS, ppUnk: *mut *mut IUnknown, ) -> HRESULT
pub unsafe fn EnumContextProps( &self, ppEnumContextProps: *mut *mut IEnumContextProps, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IObjContext
impl Deref for IObjContext
Auto Trait Implementations§
impl Freeze for IObjContext
impl RefUnwindSafe for IObjContext
impl !Send for IObjContext
impl !Sync for IObjContext
impl Unpin for IObjContext
impl UnwindSafe for IObjContext
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