#[repr(C)]pub struct IXMLDOMText {
pub lpVtbl: *mut IXMLDOMTextVtbl,
}
Fields§
§lpVtbl: *mut IXMLDOMTextVtbl
Trait Implementations§
Source§impl Clone for IXMLDOMText
impl Clone for IXMLDOMText
Source§fn clone(&self) -> IXMLDOMText
fn clone(&self) -> IXMLDOMText
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IXMLDOMText
impl Debug for IXMLDOMText
impl Copy for IXMLDOMText
Auto Trait Implementations§
impl Freeze for IXMLDOMText
impl RefUnwindSafe for IXMLDOMText
impl !Send for IXMLDOMText
impl !Sync for IXMLDOMText
impl Unpin for IXMLDOMText
impl UnwindSafe for IXMLDOMText
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