Struct IJsDebugBreakPoint_Vtbl
#[repr(C)]pub struct IJsDebugBreakPoint_Vtbl {
pub base__: IUnknown_Vtbl,
pub IsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub Enable: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Disable: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Delete: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetDocumentPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut u64, _: *mut u32, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§IsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§Enable: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Disable: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Delete: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetDocumentPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut u64, _: *mut u32, _: *mut u32) -> HRESULT
Implementations§
§impl IJsDebugBreakPoint_Vtbl
impl IJsDebugBreakPoint_Vtbl
pub const fn new<Identity: IJsDebugBreakPoint_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IJsDebugBreakPoint_Vtbl
impl RefUnwindSafe for IJsDebugBreakPoint_Vtbl
impl Send for IJsDebugBreakPoint_Vtbl
impl Sync for IJsDebugBreakPoint_Vtbl
impl Unpin for IJsDebugBreakPoint_Vtbl
impl UnwindSafe for IJsDebugBreakPoint_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