Struct IDebugDocumentTextAuthor_Vtbl
#[repr(C)]pub struct IDebugDocumentTextAuthor_Vtbl {
pub base__: IDebugDocumentText_Vtbl,
pub InsertText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: PCWSTR) -> HRESULT,
pub RemoveText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
pub ReplaceText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IDebugDocumentText_Vtbl
§InsertText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: PCWSTR) -> HRESULT
§RemoveText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT
§ReplaceText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: PCWSTR) -> HRESULT
Implementations§
§impl IDebugDocumentTextAuthor_Vtbl
impl IDebugDocumentTextAuthor_Vtbl
pub const fn new<Identity: IDebugDocumentTextAuthor_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDebugDocumentTextAuthor_Vtbl
impl RefUnwindSafe for IDebugDocumentTextAuthor_Vtbl
impl Send for IDebugDocumentTextAuthor_Vtbl
impl Sync for IDebugDocumentTextAuthor_Vtbl
impl Unpin for IDebugDocumentTextAuthor_Vtbl
impl UnwindSafe for IDebugDocumentTextAuthor_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