Struct windows::Data::Xml::Dom::IXmlText_Vtbl
#[repr(C)]pub struct IXmlText_Vtbl {
pub base__: IInspectable_Vtbl,
pub SplitText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SplitText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IXmlText_Vtbl
impl IXmlText_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IXmlText_Vtblwhere
Identity: IXmlText_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IXmlText_Vtbl
impl RefUnwindSafe for IXmlText_Vtbl
impl Send for IXmlText_Vtbl
impl Sync for IXmlText_Vtbl
impl Unpin for IXmlText_Vtbl
impl UnwindSafe for IXmlText_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