pub struct ArtworkCollection { /* private fields */ }Expand description
Safe wrapper over a IITArtworkCollection
Implementations§
Trait Implementations§
Source§impl ITunesRelatedObject for ArtworkCollection
impl ITunesRelatedObject for ArtworkCollection
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 ArtworkCollection
impl RefUnwindSafe for ArtworkCollection
impl !Send for ArtworkCollection
impl !Sync for ArtworkCollection
impl Unpin for ArtworkCollection
impl UnwindSafe for ArtworkCollection
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