Struct itunes_com::wrappers::BrowserWindow
source · pub struct BrowserWindow { /* private fields */ }Expand description
Safe wrapper over a IITBrowserWindow
Implementations§
source§impl BrowserWindow
impl BrowserWindow
sourcepub fn is_MiniPlayer(&self) -> Result<bool>
pub fn is_MiniPlayer(&self) -> Result<bool>
True if window is in MiniPlayer mode.
sourcepub fn set_MiniPlayer(&mut self, MiniPlayer: bool) -> Result<()>
pub fn set_MiniPlayer(&mut self, MiniPlayer: bool) -> Result<()>
True if window is in MiniPlayer mode.
sourcepub fn SelectedTracks(&self) -> Result<TrackCollection>
pub fn SelectedTracks(&self) -> Result<TrackCollection>
Returns a collection containing the currently selected track or tracks.
sourcepub fn SelectedPlaylist(&self) -> Result<Playlist>
pub fn SelectedPlaylist(&self) -> Result<Playlist>
The currently selected playlist in the Source list.
sourcepub fn set_SelectedPlaylist(&mut self, iPlaylist: &VARIANT) -> Result<()>
pub fn set_SelectedPlaylist(&mut self, iPlaylist: &VARIANT) -> Result<()>
The currently selected playlist in the Source list.
Auto Trait Implementations§
impl RefUnwindSafe for BrowserWindow
impl !Send for BrowserWindow
impl !Sync for BrowserWindow
impl Unpin for BrowserWindow
impl UnwindSafe for BrowserWindow
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