Struct IDebugApplicationNode_Vtbl
#[repr(C)]pub struct IDebugApplicationNode_Vtbl {
pub base__: IDebugDocumentProvider_Vtbl,
pub EnumChildren: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetParent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDocumentProvider: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Attach: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Detach: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDebugDocumentProvider_Vtbl
§EnumChildren: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetParent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetDocumentProvider: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Attach: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Detach: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IDebugApplicationNode_Vtbl
impl IDebugApplicationNode_Vtbl
pub const fn new<Identity: IDebugApplicationNode_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDebugApplicationNode_Vtbl
impl RefUnwindSafe for IDebugApplicationNode_Vtbl
impl Send for IDebugApplicationNode_Vtbl
impl Sync for IDebugApplicationNode_Vtbl
impl Unpin for IDebugApplicationNode_Vtbl
impl UnwindSafe for IDebugApplicationNode_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