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