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