pub struct IITArtworkCollection(/* private fields */);Expand description
IITArtworkCollection Interface
See the generated IITArtworkCollection_Impl trait for more documentation about each function.
Implementations§
Trait Implementations§
Source§impl Clone for IITArtworkCollection
impl Clone for IITArtworkCollection
Source§impl Debug for IITArtworkCollection
impl Debug for IITArtworkCollection
Source§impl From<&IITArtworkCollection> for IUnknown
impl From<&IITArtworkCollection> for IUnknown
Source§fn from(value: &IITArtworkCollection) -> Self
fn from(value: &IITArtworkCollection) -> Self
Converts to this type from the input type.
Source§impl From<IITArtworkCollection> for IUnknown
impl From<IITArtworkCollection> for IUnknown
Source§fn from(value: IITArtworkCollection) -> Self
fn from(value: IITArtworkCollection) -> Self
Converts to this type from the input type.
Source§impl Interface for IITArtworkCollection
impl Interface for IITArtworkCollection
Source§impl PartialEq for IITArtworkCollection
impl PartialEq for IITArtworkCollection
Source§impl RuntimeName for IITArtworkCollection
impl RuntimeName for IITArtworkCollection
Source§impl Vtable for IITArtworkCollection
impl Vtable for IITArtworkCollection
type Vtable = IITArtworkCollection_Vtbl
Source§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface implementation.Source§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
impl Eq for IITArtworkCollection
Auto Trait Implementations§
impl Freeze for IITArtworkCollection
impl RefUnwindSafe for IITArtworkCollection
impl !Send for IITArtworkCollection
impl !Sync for IITArtworkCollection
impl Unpin for IITArtworkCollection
impl UnwindSafe for IITArtworkCollection
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