#[repr(C)]pub struct IXMLDSOControl {
pub lpVtbl: *mut IXMLDSOControlVtbl,
}
Fields§
§lpVtbl: *mut IXMLDSOControlVtbl
Trait Implementations§
Source§impl Clone for IXMLDSOControl
impl Clone for IXMLDSOControl
Source§fn clone(&self) -> IXMLDSOControl
fn clone(&self) -> IXMLDSOControl
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 IXMLDSOControl
impl Debug for IXMLDSOControl
Source§impl Ord for IXMLDSOControl
impl Ord for IXMLDSOControl
Source§fn cmp(&self, other: &IXMLDSOControl) -> Ordering
fn cmp(&self, other: &IXMLDSOControl) -> 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 IXMLDSOControl
impl PartialEq for IXMLDSOControl
Source§impl PartialOrd for IXMLDSOControl
impl PartialOrd for IXMLDSOControl
impl Copy for IXMLDSOControl
impl Eq for IXMLDSOControl
impl StructuralPartialEq for IXMLDSOControl
Auto Trait Implementations§
impl Freeze for IXMLDSOControl
impl RefUnwindSafe for IXMLDSOControl
impl !Send for IXMLDSOControl
impl !Sync for IXMLDSOControl
impl Unpin for IXMLDSOControl
impl UnwindSafe for IXMLDSOControl
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