pub struct EncoderCollection { /* private fields */ }Expand description
Safe wrapper over a IITEncoderCollection
Implementations§
Source§impl EncoderCollection
impl EncoderCollection
Sourcepub fn ItemByName(&self, name: &str) -> Result<Encoder>
pub fn ItemByName(&self, name: &str) -> Result<Encoder>
Returns an IITEncoder object with the specified name.
Trait Implementations§
Source§impl ITunesRelatedObject for EncoderCollection
impl ITunesRelatedObject for EncoderCollection
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 EncoderCollection
impl RefUnwindSafe for EncoderCollection
impl !Send for EncoderCollection
impl !Sync for EncoderCollection
impl Unpin for EncoderCollection
impl UnwindSafe for EncoderCollection
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