#[repr(C)]pub struct IXMLDOMComment {
pub lpVtbl: *mut IXMLDOMCommentVtbl,
}
Fields§
§lpVtbl: *mut IXMLDOMCommentVtbl
Trait Implementations§
Source§impl Clone for IXMLDOMComment
impl Clone for IXMLDOMComment
Source§fn clone(&self) -> IXMLDOMComment
fn clone(&self) -> IXMLDOMComment
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 IXMLDOMComment
impl Debug for IXMLDOMComment
impl Copy for IXMLDOMComment
Auto Trait Implementations§
impl Freeze for IXMLDOMComment
impl RefUnwindSafe for IXMLDOMComment
impl !Send for IXMLDOMComment
impl !Sync for IXMLDOMComment
impl Unpin for IXMLDOMComment
impl UnwindSafe for IXMLDOMComment
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