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