Struct itunes_com::sys::IITBrowserWindow
source · #[repr(transparent)]pub struct IITBrowserWindow(_);Expand description
IITBrowserWindow Interface
See the generated IITBrowserWindow_Impl trait for more documentation about each function.
Implementations§
source§impl IITBrowserWindow
impl IITBrowserWindow
pub unsafe fn MiniPlayer(&self, isMiniPlayer: *mut VARIANT_BOOL) -> HRESULT
pub unsafe fn set_MiniPlayer(&self, isMiniPlayer: VARIANT_BOOL) -> HRESULT
pub unsafe fn SelectedTracks( &self, iTrackCollection: *mut Option<IITTrackCollection> ) -> HRESULT
pub unsafe fn SelectedPlaylist( &self, iPlaylist: *mut Option<IITPlaylist> ) -> HRESULT
pub unsafe fn set_SelectedPlaylist(&self, iPlaylist: *const VARIANT) -> HRESULT
Trait Implementations§
source§impl Clone for IITBrowserWindow
impl Clone for IITBrowserWindow
source§impl Debug for IITBrowserWindow
impl Debug for IITBrowserWindow
source§impl From<&IITBrowserWindow> for IUnknown
impl From<&IITBrowserWindow> for IUnknown
source§fn from(value: &IITBrowserWindow) -> Self
fn from(value: &IITBrowserWindow) -> Self
Converts to this type from the input type.
source§impl From<IITBrowserWindow> for IUnknown
impl From<IITBrowserWindow> for IUnknown
source§fn from(value: IITBrowserWindow) -> Self
fn from(value: IITBrowserWindow) -> Self
Converts to this type from the input type.
source§impl Interface for IITBrowserWindow
impl Interface for IITBrowserWindow
source§impl PartialEq<IITBrowserWindow> for IITBrowserWindow
impl PartialEq<IITBrowserWindow> for IITBrowserWindow
source§impl RuntimeName for IITBrowserWindow
impl RuntimeName for IITBrowserWindow
source§impl Vtable for IITBrowserWindow
impl Vtable for IITBrowserWindow
type Vtable = IITBrowserWindow_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.