Struct windows::Win32::System::Diagnostics::Debug::IObjectSafety_Vtbl
#[repr(C)]pub struct IObjectSafety_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetInterfaceSafetyOptions: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut u32, _: *mut u32) -> HRESULT,
pub SetInterfaceSafetyOptions: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetInterfaceSafetyOptions: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut u32, _: *mut u32) -> HRESULT
§SetInterfaceSafetyOptions: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: u32) -> HRESULT
Implementations§
§impl IObjectSafety_Vtbl
impl IObjectSafety_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IObjectSafety_Vtblwhere
Identity: IObjectSafety_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IObjectSafety_Vtbl
impl RefUnwindSafe for IObjectSafety_Vtbl
impl Send for IObjectSafety_Vtbl
impl Sync for IObjectSafety_Vtbl
impl Unpin for IObjectSafety_Vtbl
impl UnwindSafe for IObjectSafety_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