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.