Struct IDebugDocumentText_Vtbl
#[repr(C)]pub struct IDebugDocumentText_Vtbl {
pub base__: IDebugDocument_Vtbl,
pub GetDocumentAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT,
pub GetPositionOfLine: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT,
pub GetLineOfPosition: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut u32) -> HRESULT,
pub GetText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: *mut u16, _: *mut u32, _: u32) -> HRESULT,
pub GetPositionOfContext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT,
pub GetContextOfPosition: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDebugDocument_Vtbl
§GetDocumentAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT
§GetPositionOfLine: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT
§GetLineOfPosition: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut u32) -> HRESULT
§GetText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: *mut u16, _: *mut u32, _: u32) -> HRESULT
§GetPositionOfContext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT
§GetContextOfPosition: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDebugDocumentText_Vtbl
impl IDebugDocumentText_Vtbl
pub const fn new<Identity: IDebugDocumentText_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDebugDocumentText_Vtbl
impl RefUnwindSafe for IDebugDocumentText_Vtbl
impl Send for IDebugDocumentText_Vtbl
impl Sync for IDebugDocumentText_Vtbl
impl Unpin for IDebugDocumentText_Vtbl
impl UnwindSafe for IDebugDocumentText_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