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.
Trait Implementations§
Source§impl ITunesRelatedObject for PlaylistWindow
impl ITunesRelatedObject for PlaylistWindow
Source§fn iTunes_instance(&self) -> Arc<iTunes>
fn iTunes_instance(&self) -> Arc<iTunes>
Return the related iTunes instance this object is related to
Auto Trait Implementations§
impl Freeze for PlaylistWindow
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