Struct itunes_com::wrappers::IPodSource
source · pub struct IPodSource { /* private fields */ }Expand description
Safe wrapper over a IITIPodSource
Implementations§
source§impl IPodSource
impl IPodSource
Trait Implementations§
source§impl IITObjectWrapper for IPodSource
impl IITObjectWrapper for IPodSource
source§fn GetITObjectIDs(&self) -> Result<ObjectIDs>
fn GetITObjectIDs(&self) -> Result<ObjectIDs>
Returns the four IDs that uniquely identify this object.
source§fn Index(&self) -> Result<i32>
fn Index(&self) -> Result<i32>
The index of the object in internal application order (1-based).
source§fn playlistID(&self) -> Result<i32>
fn playlistID(&self) -> Result<i32>
The playlist ID of the object.
source§fn TrackDatabaseID(&self) -> Result<i32>
fn TrackDatabaseID(&self) -> Result<i32>
The track database ID of the object.
Auto Trait Implementations§
impl RefUnwindSafe for IPodSource
impl !Send for IPodSource
impl !Sync for IPodSource
impl Unpin for IPodSource
impl UnwindSafe for IPodSource
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