Struct itunes_com::sys::IITArtworkCollection
source · #[repr(transparent)]pub struct IITArtworkCollection(_);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<IITArtworkCollection> for IITArtworkCollection
impl PartialEq<IITArtworkCollection> 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.