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