#[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 copy 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
Source§impl Ord for IXMLDOMText
impl Ord for IXMLDOMText
Source§fn cmp(&self, other: &IXMLDOMText) -> Ordering
fn cmp(&self, other: &IXMLDOMText) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IXMLDOMText
impl PartialEq for IXMLDOMText
Source§impl PartialOrd for IXMLDOMText
impl PartialOrd for IXMLDOMText
impl Copy for IXMLDOMText
impl Eq for IXMLDOMText
impl StructuralPartialEq 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