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