Struct IXMLDOMText_Vtbl
#[repr(C)]pub struct IXMLDOMText_Vtbl {
pub base__: IXMLDOMCharacterData_Vtbl,
pub splitText: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IXMLDOMCharacterData_Vtbl
§splitText: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IXMLDOMText_Vtbl
impl IXMLDOMText_Vtbl
pub const fn new<Identity: IXMLDOMText_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IXMLDOMText_Vtbl
impl RefUnwindSafe for IXMLDOMText_Vtbl
impl Send for IXMLDOMText_Vtbl
impl Sync for IXMLDOMText_Vtbl
impl Unpin for IXMLDOMText_Vtbl
impl UnwindSafe for IXMLDOMText_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