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