Struct itunes_com::wrappers::PlaylistWindow
source · pub struct PlaylistWindow { /* private fields */ }Expand description
Safe wrapper over a IITPlaylistWindow
Implementations§
source§impl PlaylistWindow
impl PlaylistWindow
sourcepub fn SelectedTracks(&self) -> Result<TrackCollection>
pub fn SelectedTracks(&self) -> Result<TrackCollection>
Returns a collection containing the currently selected track or tracks.
Auto Trait Implementations§
impl RefUnwindSafe for PlaylistWindow
impl !Send for PlaylistWindow
impl !Sync for PlaylistWindow
impl Unpin for PlaylistWindow
impl UnwindSafe for PlaylistWindow
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