Struct itunes_com::wrappers::EncoderCollection
source · pub struct EncoderCollection { /* private fields */ }Expand description
Safe wrapper over a IITEncoderCollection
Implementations§
source§impl EncoderCollection
impl EncoderCollection
sourcepub fn ItemByName(&self, name: String) -> Result<Encoder>
pub fn ItemByName(&self, name: String) -> Result<Encoder>
Returns an IITEncoder object with the specified name.
Trait Implementations§
Auto Trait Implementations§
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