pub struct IITLibraryPlaylist(/* private fields */);Expand description
IITLibraryPlaylist Interface
See the generated IITLibraryPlaylist_Impl trait for more documentation about each function.
Implementations§
Source§impl IITLibraryPlaylist
impl IITLibraryPlaylist
pub unsafe fn AddFile( &self, filePath: BSTR, iStatus: *mut Option<IITOperationStatus>, ) -> HRESULT
pub unsafe fn AddFiles( &self, filePaths: *const VARIANT, iStatus: *mut Option<IITOperationStatus>, ) -> HRESULT
pub unsafe fn AddURL( &self, URL: BSTR, iURLTrack: *mut Option<IITURLTrack>, ) -> HRESULT
pub unsafe fn AddTrack( &self, iTrackToAdd: *const VARIANT, iAddedTrack: *mut Option<IITTrack>, ) -> HRESULT
Trait Implementations§
Source§impl Clone for IITLibraryPlaylist
impl Clone for IITLibraryPlaylist
Source§impl Debug for IITLibraryPlaylist
impl Debug for IITLibraryPlaylist
Source§impl From<&IITLibraryPlaylist> for IUnknown
impl From<&IITLibraryPlaylist> for IUnknown
Source§fn from(value: &IITLibraryPlaylist) -> Self
fn from(value: &IITLibraryPlaylist) -> Self
Converts to this type from the input type.
Source§impl From<IITLibraryPlaylist> for IUnknown
impl From<IITLibraryPlaylist> for IUnknown
Source§fn from(value: IITLibraryPlaylist) -> Self
fn from(value: IITLibraryPlaylist) -> Self
Converts to this type from the input type.
Source§impl Interface for IITLibraryPlaylist
impl Interface for IITLibraryPlaylist
Source§impl PartialEq for IITLibraryPlaylist
impl PartialEq for IITLibraryPlaylist
Source§impl RuntimeName for IITLibraryPlaylist
impl RuntimeName for IITLibraryPlaylist
Source§impl Vtable for IITLibraryPlaylist
impl Vtable for IITLibraryPlaylist
type Vtable = IITLibraryPlaylist_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 IITLibraryPlaylist
Auto Trait Implementations§
impl Freeze for IITLibraryPlaylist
impl RefUnwindSafe for IITLibraryPlaylist
impl !Send for IITLibraryPlaylist
impl !Sync for IITLibraryPlaylist
impl Unpin for IITLibraryPlaylist
impl UnwindSafe for IITLibraryPlaylist
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