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