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