pub struct IITPlaylistWindow(/* private fields */);Expand description
IITPlaylistWindow Interface
See the generated IITPlaylistWindow_Impl trait for more documentation about each function.
Implementations§
Source§impl IITPlaylistWindow
impl IITPlaylistWindow
pub unsafe fn SelectedTracks( &self, iTrackCollection: *mut Option<IITTrackCollection>, ) -> HRESULT
pub unsafe fn Playlist(&self, iPlaylist: *mut Option<IITPlaylist>) -> HRESULT
Trait Implementations§
Source§impl Clone for IITPlaylistWindow
impl Clone for IITPlaylistWindow
Source§impl Debug for IITPlaylistWindow
impl Debug for IITPlaylistWindow
Source§impl From<&IITPlaylistWindow> for IUnknown
impl From<&IITPlaylistWindow> for IUnknown
Source§fn from(value: &IITPlaylistWindow) -> Self
fn from(value: &IITPlaylistWindow) -> Self
Converts to this type from the input type.
Source§impl From<IITPlaylistWindow> for IUnknown
impl From<IITPlaylistWindow> for IUnknown
Source§fn from(value: IITPlaylistWindow) -> Self
fn from(value: IITPlaylistWindow) -> Self
Converts to this type from the input type.
Source§impl Interface for IITPlaylistWindow
impl Interface for IITPlaylistWindow
Source§impl PartialEq for IITPlaylistWindow
impl PartialEq for IITPlaylistWindow
Source§impl RuntimeName for IITPlaylistWindow
impl RuntimeName for IITPlaylistWindow
Source§impl Vtable for IITPlaylistWindow
impl Vtable for IITPlaylistWindow
type Vtable = IITPlaylistWindow_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 IITPlaylistWindow
Auto Trait Implementations§
impl Freeze for IITPlaylistWindow
impl RefUnwindSafe for IITPlaylistWindow
impl !Send for IITPlaylistWindow
impl !Sync for IITPlaylistWindow
impl Unpin for IITPlaylistWindow
impl UnwindSafe for IITPlaylistWindow
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