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