#[repr(C)]pub struct IDataObject {
pub lpVtbl: *mut IDataObjectVtbl,
}Fields§
§lpVtbl: *mut IDataObjectVtblTrait Implementations§
Source§impl Clone for IDataObject
impl Clone for IDataObject
Source§fn clone(&self) -> IDataObject
fn clone(&self) -> IDataObject
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 IDataObject
impl Debug for IDataObject
impl Copy 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